From a26fb216729ba7a7d0fbfc97c2082c9db512aa36 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Thu, 27 Jul 2023 18:39:54 +0300 Subject: add ipc_kick + Tests will have to come later --- common/uapi/dispatch.c | 1 + 1 file changed, 1 insertion(+) (limited to 'common/uapi/dispatch.c') diff --git a/common/uapi/dispatch.c b/common/uapi/dispatch.c index 8ffbf54..d071db3 100644 --- a/common/uapi/dispatch.c +++ b/common/uapi/dispatch.c @@ -61,6 +61,7 @@ void handle_syscall(sys_arg_t syscall, sys_arg_t a, sys_arg_t b, case SYS_IPC_SERVER: sys_ipc_server(t, a, b, c, d, e); break; case SYS_IPC_REQ: sys_ipc_req(t, a, b, c, d, e); break; case SYS_IPC_FWD: sys_ipc_fwd(t, a, b, c, d, e); break; + case SYS_IPC_KICK: sys_ipc_kick(t, a, b, c, d, e); break; case SYS_IPC_RESP: sys_ipc_resp(t, a, b, c, d, e); break; case SYS_IPC_NOTIFY: sys_ipc_notify(t, a, b, c, d, e); break; case SYS_CREATE: sys_create(t, a, b, c, d, e); break; -- cgit v1.3