Query: rpc_shutdown
OS: ultrix
Section: 3ncs
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
rpc_shutdown(3ncs) rpc_shutdown(3ncs) Name rpc_shutdown - shut down a server (server only) Syntax #include <idl/c/rpc.h> void rpc_$shutdown(status) status_$t *status; Arguments status The completion status. If the completion status returned in is equal to status_$ok , then the routine that supplied it was success- ful. Description The routine shuts down a server. When this routine is executed, the server stops processing incoming calls and returns. If is called from within a remote procedure, that procedure completes, and the server shuts down after replying to the caller. Diagnostics This section lists status codes for errors returned by this routine in rpc_$comm_failure The call could not be completed due to a communication problem. rpc_$not_in_call An internal error. rpc_$proto_error An internal protocol error. Files See Also intro(3ncs), rpc_allow_remote_shutdown(3ncs), rpc_listen(3ncs), rrpc_shutdown(3ncs) rpc_shutdown(3ncs)
Related Man Pages |
---|
rpc_inq_object(3ncs) - ultrix |
rpc_set_short_timeout(3ncs) - ultrix |
rpc_unregister(3ncs) - ultrix |
rpc_use_family(3ncs) - ultrix |
rrpc_shutdown(3ncs) - ultrix |
Similar Topics in the Unix Linux Community |
---|
Script to shutdown XP clients |