svc.h (a4add9a9b110cb5deed00bf9cf7ca970daae2da7) | svc.h (c447342094276b4d604449bb776063c7b88c4992) |
---|---|
1/* 2 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for 3 * unrestricted use provided that this legend is included on all tape 4 * media and as a part of the software program in whole or part. Users 5 * may copy or modify Sun RPC without charge, but are not authorized 6 * to license or distribute it to anyone else except as part of a product or 7 * program developed by the user. 8 * --- 250 unchanged lines hidden (view full) --- 259/* 260 * Global keeper of rpc service descriptors in use 261 * dynamic; must be inspected before each call to select 262 */ 263extern int svc_maxfd; 264extern fd_set svc_fdset; 265#define svc_fds svc_fdset.fds_bits[0] /* compatibility */ 266 | 1/* 2 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for 3 * unrestricted use provided that this legend is included on all tape 4 * media and as a part of the software program in whole or part. Users 5 * may copy or modify Sun RPC without charge, but are not authorized 6 * to license or distribute it to anyone else except as part of a product or 7 * program developed by the user. 8 * --- 250 unchanged lines hidden (view full) --- 259/* 260 * Global keeper of rpc service descriptors in use 261 * dynamic; must be inspected before each call to select 262 */ 263extern int svc_maxfd; 264extern fd_set svc_fdset; 265#define svc_fds svc_fdset.fds_bits[0] /* compatibility */ 266 |
267#ifndef KERNEL | 267#ifndef _KERNEL |
268/* 269 * a small program implemented by the svc_rpc implementation itself; 270 * also see clnt.h for protocol numbers. 271 */ 272extern void rpctest_service(); 273#endif 274 275__BEGIN_DECLS --- 49 unchanged lines hidden --- | 268/* 269 * a small program implemented by the svc_rpc implementation itself; 270 * also see clnt.h for protocol numbers. 271 */ 272extern void rpctest_service(); 273#endif 274 275__BEGIN_DECLS --- 49 unchanged lines hidden --- |