rrpc_shutdown(3ncs)
Name
rrpc_shutdown − shut down a server
Syntax
#include <idl/c/rrpc.h>
void rrpc_$shutdown(handle, status)
handle_t handle;
status_$t *status;
Arguments
handle
A remote procedure call (RPC) handle.
status The completion status. If the completion status returned in status.all is equal to status_$ok , then the routine that supplied it was successful.
Description
The rrpc_$shutdown routine shuts down a server, if the server allows it. A server can use the rpc_$allow_remote_shutdown routine to allow or disallow remote shutdown.
Diagnostics
This section lists status codes for errors returned by this rrpc_$ routine in status.all.
rrpc_$shutdown_not_allowd
You send an rrpc_shutdown request to a server that has not issued an rpc_allow_remote_shutdown call.
Files
/usr/include/idl/c/rrpc.h
/usr/include/idl/rrpc.idl
See Also
intro(3ncs), rpc_allow_remote_shutdown(3ncs), rpc_shutdown(3ncs)