commit | b05774ee7e92143fb6b763247c3ed5e2a1b521d2 | [log] [tgz] |
---|---|---|
author | Mike Kaplinskiy <mike.kaplinskiy@gmail.com> | Sun Aug 09 00:08:27 2009 -0400 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Aug 18 12:26:30 2009 +0200 |
tree | 75e7016592cee82cc4ef1aae5565531f903e21a6 | |
parent | e49918b5a2cdcbf5e775bda499e0c266532540fa [diff] [blame] |
server: Change cancel_async to take an optional iosb and only_thread.
diff --git a/server/protocol.def b/server/protocol.def index e871736..1dcc042 100644 --- a/server/protocol.def +++ b/server/protocol.def
@@ -2072,6 +2072,8 @@ /* Cancel all async op on a fd */ @REQ(cancel_async) obj_handle_t handle; /* handle to comm port, socket or file */ + client_ptr_t iosb; /* I/O status block (NULL=all) */ + int only_thread; /* cancel matching this thread */ @END