"Kirill K. Smirnov" lich@math.spbu.ru writes:
diff --git a/server/protocol.def b/server/protocol.def index 6d6be5b..35dfcc0 100644 --- a/server/protocol.def +++ b/server/protocol.def @@ -664,6 +664,12 @@ typedef union int count; /* new suspend count */ @END
+/* Send a unix signal to thread */ +@REQ(kill_thread)
- obj_handle_t handle; /* thread handle */
- int sig; /* unix signal to send */
+@END
This does not belong in the server. The dosvm support should be fixed to use Win32 APIs instead of Unix signals.