[ Bottom of Page | Previous Page | Next Page | 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.

Related Information

List of RPC Programming References.

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

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

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