RPC_BIND_NEW_PROGRAM

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

rpc_bind_new_program - bind a new RPC program to an existing client  

SYNOPSIS

"SYNOPSIS"

struct rpc_clnt * rpc_bind_new_program (struct rpc_clnt * old, struct rpc_program * program, int vers);  

ARGUMENTS

old
-- undescribed --
program
-- undescribed --
vers
-- undescribed --
 

DESCRIPTION

old - old rpc_client program - rpc program to set vers - rpc program version

Clones the rpc client and sets up a new RPC program. This is mainly of use for enabling different RPC programs to share the same transport. The Sun NFSv2/v3 ACL protocol can do this.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:43 GMT, October 09, 2005