PreviousNext

Listening for Calls

To begin listening for remote procedure call requests, the server calls rpc_server_listen( ).

/*

* Start listening for calls.

*/

printf("Listening...\n");

rpc_server_listen(rpc_c_listen_max_calls_default, &status);

ERROR_CHECK(status, "Can't start listening for calls");