Changed full boolean with ipc flags and simplified ipc calls.

This commit is contained in:
Bahadir Balban
2009-05-23 13:52:06 +03:00
parent 63bf6c3e41
commit 577cc34db6
2 changed files with 49 additions and 42 deletions

View File

@@ -13,8 +13,8 @@
#if defined (__KERNEL__)
/* These are for internally created ipc paths. */
int ipc_send(l4id_t to, int full);
int ipc_sendrecv(l4id_t to, l4id_t from, int full);
int ipc_send(l4id_t to, unsigned int flags);
int ipc_sendrecv(l4id_t to, l4id_t from, unsigned int flags);
#endif