diff options
Diffstat (limited to 'include/apos/syscalls.h')
| -rw-r--r-- | include/apos/syscalls.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/apos/syscalls.h b/include/apos/syscalls.h index e1513c4..7e2845b 100644 --- a/include/apos/syscalls.h +++ b/include/apos/syscalls.h @@ -30,8 +30,8 @@ enum { * structure of the OS, but these following syscalls are probably * required */ SYS_IPC_SERVER, /* inform kernel that process should be treated as a server */ - SYS_IPC_REQ_PROC, /* IPC request to server on behalf of process */ - SYS_IPC_REQ_THREAD, /* IPC request to server on behalf of thread */ + SYS_IPC_REQ, /* IPC request to server */ + SYS_IPC_FWD, /* IPC request forwarding */ SYS_IPC_RESP, /* IPC response from server */ /* process management */ |
