The xprt_unregister() call unregisters the RPC service transport handle.

Syntax

#include <rpc\rpc.h>

void
xprt_unregister(xprt)
SVCXPRT *xprt;

Parameters

xprt

Description

The xprt_unregister() call unregisters an RPC service transport handle. A transport handle should be unregistered with the RPC service package before it is destroyed. This routine also modifies the global variable svc_socks[ ].


[Back] [Next]