From 5793a61eb824a7b97e9bab5913b595a778205cef Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 22 May 2022 15:05:39 +0300 Subject: improved tcb handling in preparation for processes --- include/apos/syscalls.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/apos/syscalls.h') diff --git a/include/apos/syscalls.h b/include/apos/syscalls.h index 9346da3..e7b1cd5 100644 --- a/include/apos/syscalls.h +++ b/include/apos/syscalls.h @@ -25,7 +25,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, /* IPC request to 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_RESP, /* IPC response from server */ /* process management */ -- cgit v1.3