操作系统SunOS 4.1.3版本的源码

源代码在线查看: rpc.h

软件大小: 23768 K
上传用户: yong_715
关键词: SunOS 操作系统 版本 源码
下载地址: 免注册下载 普通下载 VIP

相关代码

				/*	@(#)rpc.h 1.1 92/07/30 SMI	*/								/*				 * rpc.h, Just includes the billions of rpc header files necessary to				 * do remote procedure calling.				 *				 * Copyright (C) 1984, Sun Microsystems, Inc.				 */								#ifndef _rpc_rpc_h				#define	_rpc_rpc_h								#include 		/* some typedefs */				#include 								/* external data representation interfaces */				#include 		/* generic (de)serializer */								/* Client side only authentication */				#include 		/* generic authenticator (client side) */								/* Client side (mostly) remote procedure call */				#include 		/* generic rpc stuff */								/* semi-private protocol headers */				#include 	/* protocol for rpc messages */				#include 	/* protocol for unix style cred */				#include 	/* protocol for des style cred */								/* Server side only remote procedure callee */				#include 		/* service manager and multiplexer */				#include 	/* service side authenticator */								#endif /*!_rpc_rpc_h*/							

相关资源