server: Notify the server that an APC has completed in the next get_apc call.
diff --git a/server/protocol.def b/server/protocol.def
index 80821ab..7cde312 100644
--- a/server/protocol.def
+++ b/server/protocol.def
@@ -447,7 +447,9 @@
/* Get next APC to call */
@REQ(get_apc)
int alertable; /* is thread alertable? */
+ obj_handle_t prev; /* handle to previous APC */
@REPLY
+ obj_handle_t handle; /* handle to APC */
void* func; /* function to call */
int type; /* function type */
void* arg1; /* function arguments */