[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]

Technical Reference: Communications, Volume 1


xprt_unregister Subroutine

Purpose

Removes a Remote Procedure Call (RPC) service transport handle.

Library

C Library (libc.a)

Syntax


void xprt_unregister ( xprt)
SVCXPRT *xprt;

Description

The xprt_unregister subroutine removes an RPC service transport handle from the RPC service program before the transport handle can be destroyed. This subroutine modifies the svc_fds global variable.

Note: Service implementors do not usually need this subroutine.

Parameters


xprt Points to the RPC service transport handle to be destroyed.

Implementation Specifics

This subroutine is part of Base Operating System (BOS) Runtime.

Related Information

List of RPC Programming References.

eXternal Data Representation (XDR) Overview for Programming in AIX 5L Version 5.1 Communications Programming Concepts.

Remote Procedure Call (RPC) Overview for Programming in AIX 5L Version 5.1 Communications Programming Concepts.


[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]