摘要: server端代码:#include #include #include void nuser(struct svc_req * rqstp, SVCXPRT * transp){ unsigned nusers; unsigned input; switch (rqstp->rq_proc) { case NULLPROC: if (!svc_sendreply(transp, xdr_void, 0)) { fprintf(stderr, "can't reply to RPC call\n"); exit(1); } return; case RUSER 阅读全文
posted @ 2014-04-09 17:30 linghuchong0605 阅读(391) 评论(0) 推荐(0)