rpc_shutdown.3ncs

来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 3NCS 代码 · 共 63 行

3NCS
63
字号
.TH rpc_shutdown 3ncs.SH Namerpc_shutdown \- shut down a server (server only).SH Syntax.nf#include <idl/c/rpc.h>void rpc_$shutdown(\fIstatus\fP)status_$t *\fIstatus\fP;.fi.\".SH SYNOPSIS (PASCAL).\".DS.\"\fB%include '/usr/include/idl/pas/rpc.ins.pas'\fR.\".\"\fBprocedure rpc_$shutdown(\fR.\"	\fBout \fIstatus\fB: status_$t);\fR.\".DE.SH Arguments.TP\fIstatus\fRThe completion status.If the completion status returned in.PN status\&.allis equal to.B status_$ok ,then the routine that supplied it was successful..SH DescriptionThe .PN rpc_$shutdownroutine shuts down a server.When this routine is executed,the server stops processing incoming calls and .PN rpc_$listenreturns..NXR "Interface to the Remote Procedure Call" "rpc_shutdown".PPIf .PN rpc_$shutdownis called from within a remote procedure,that procedure completes, and the server shuts down after replying to thecaller..SH DiagnosticsThis section lists status codes for errors returned by this.PN rpc_$routine in.PN status\&.all ..TP 20\fBrpc_$comm_failure\fRThe call could not be completed due to a communication problem. .TP 20\fBrpc_$not_in_call\fRAn internal error..TP 20\fBrpc_$proto_error\fRAn internal protocol error..SH Files.PN /usr/include/idl/c/rpc.h.br.PN /usr/include/idl/rpc.idl.SH See Alsointro(3ncs), rpc_allow_remote_shutdown(3ncs), rpc_listen(3ncs),rrpc_shutdown(3ncs)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?