# | 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 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |