Changeset 4e49572 in mainline for generic/src/ipc/ipc.c
- Timestamp:
- 2006-03-17T11:41:05Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 23d22eb
- Parents:
- 5a7d9d1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/src/ipc/ipc.c
r5a7d9d1 r4e49572 244 244 NULL, NULL, 0); 245 245 } 246 247 /** Cleans up all IPC communication of the given task 248 * 249 * 250 */ 251 void ipc_cleanup(task_t *task) 252 { 253 /* Cancel all calls in my dispatch queue */ 254 255 }
Note:
See TracChangeset
for help on using the changeset viewer.