diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-05-28 12:38:15 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-05-28 12:38:15 +0300 |
| commit | c5ce4978958762849083143d1fcbe694b44b5c51 (patch) | |
| tree | 7d8ce1bdf5838cae0795e336bd7b4e1a98d2d629 /include/apos/syscalls.h | |
| parent | 018624dd5b1692b88f7b2e85652ea7b898043b6d (diff) | |
| download | kmi-c5ce4978958762849083143d1fcbe694b44b5c51.tar.gz kmi-c5ce4978958762849083143d1fcbe694b44b5c51.zip | |
add sys_fwd and remove sys_req_*
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 */ |
