From c5ce4978958762849083143d1fcbe694b44b5c51 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sat, 28 May 2022 12:38:15 +0300 Subject: add sys_fwd and remove sys_req_* --- include/apos/syscalls.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/apos/syscalls.h') 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 */ -- cgit v1.3