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

Technical Reference: Communications, Volume 1


xprt_register Subroutine

Purpose

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

Library

C Library (libc.a)

Syntax


#include <rpc/svc.h>
void xprt_register ( xprt)
SVCXPRT *xprt;

Description

The xprt_register subroutine registers an RPC service transport handle with the RPC program after the transport has been created. This subroutine modifies the svc_fds global variable.

Note: Service implementors do not usually need this subroutine.

Parameters


xprt Points to the newly created RPC service transport handle.

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 ]