Query: rrpc_are_you_there
OS: ultrix
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
rrpc_are_you_there() rrpc_are_you_there()
Name
rrpc_are_you_there - check whether a server is answering requests
Format
#include <rrpc.h>
void rrpc_$are_you_there( handle, *status)
handle_t handle;
status_$t *status;
Arguments
handle A remote procedure call (RPC) handle.
status The completion status.
Description
The call checks whether a server is answering requests.
Restrictions
On the client side, because of the way the calls are defined and implemented in the run-time library you must explicitly call into the
entry point vector table for the interface to send an request across the network. The following is an example of a call that works as
desired.
(*rrpc_$client_epv.rrpc_$are_you_there)(handle, &status);
The server side stub routine calls the entry point on behalf of the client. The results of the call are then passed back to the client.
Files
See Also
intro(3ncs)
rrpc_are_you_there()
| Related Man Pages |
|---|
| rpc_set_binding(3ncs) - ultrix |
| rpc_clear_server_binding(3ncs) - ultrix |
| rpc_inq_object(3ncs) - ultrix |
| rpc_register(3ncs) - ultrix |
| rrpc_inq_stats(3ncs) - ultrix |
| Similar Topics in the Unix Linux Community |
|---|
| Lost root password / Can't login as root |
| PHP Write Man Pages to MySQL DB |