Changes in kernel/generic/include/ipc/ipc.h [ab34cc9:c0699467] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/ipc/ipc.h
rab34cc9 rc0699467 40 40 #include <synch/mutex.h> 41 41 #include <synch/waitq.h> 42 #include <typedefs.h>43 42 44 43 #define IPC_MAX_PHONES 32 … … 98 97 typedef struct { 99 98 sysarg_t args[IPC_CALL_LEN]; 100 /** 101 * Task which made or forwarded the call with IPC_FF_ROUTE_FROM_ME, 102 * or the task which answered the call. 103 */ 104 task_id_t task_id; 99 /** Task which made or forwarded the call with IPC_FF_ROUTE_FROM_ME. */ 100 struct task *task; 105 101 /** Phone which made or last masqueraded this call. */ 106 102 phone_t *phone;
Note:
See TracChangeset
for help on using the changeset viewer.