CVS: winex/include/wine server_protocol.h, 1.48, 1.49

[email protected] 31 Jul 2007 19:39:18 -0000
Newsgroups gmane.comp.emulators.winex.cvs
Message-ID <[email protected]>
Subject: winex/include/wine server_protocol.h,1.48,1.49Update of /var/lib/cvsd/cvsroot/winex/include/wine
In directory agravaine:/tmp/cvs-serv30798/include/wine

Modified Files:
	server_protocol.h 
Log Message:

- implement SignalObjectAndWait



Index: server_protocol.h
===================================================================
RCS file: /var/lib/cvsd/cvsroot/winex/include/wine/server_protocol.h,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- server_protocol.h	31 Jul 2007 17:59:16 -0000	1.48
+++ server_protocol.h	31 Jul 2007 19:39:16 -0000	1.49
@@ -620,6 +620,7 @@
     void*        cookie;
     int          sec;
     int          usec;
+    handle_t     hSignalObject;
     /* VARARG(handles,handles); */
 };
 struct select_reply
@@ -639,6 +640,7 @@
     void*        cookie;
     int          sec;
     int          usec;
+    handle_t     hSignalObject;
     void*        pollfd;
     /* VARARG(handles,handles); */
 };
@@ -3504,6 +3506,6 @@
     struct retrieve_assigned_io_completion_reply retrieve_assigned_io_completion_reply;
 };
 
-#define SERVER_PROTOCOL_VERSION 104
+#define SERVER_PROTOCOL_VERSION 105
 
 #endif /* __WINE_WINE_SERVER_PROTOCOL_H */