ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Unix/rpc.h
(Generate patch)

Comparing BasiliskII/src/Unix/rpc.h (file contents):
Revision 1.1 by gbeauche, 2006-04-16T21:25:41Z vs.
Revision 1.2 by gbeauche, 2006-04-18T21:24:12Z

# Line 43 | Line 43 | extern int rpc_exit(rpc_connection_t *co
43   extern int rpc_listen_socket(rpc_connection_t *connection);
44   extern int rpc_listen(rpc_connection_t *connection);
45   extern int rpc_dispatch(rpc_connection_t *connection);
46 + extern int rpc_wait_dispatch(rpc_connection_t *connection, int timeout);
47   extern int rpc_connection_busy(rpc_connection_t *connection);
48  
49   // Message Passing

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines