Annotation of OSKit-Mach/include/mach/rpc.h, revision 1.1.1.1

1.1       root        1: /*
                      2:  * Copyright (c) 1993,1994 The University of Utah and
                      3:  * the Computer Systems Laboratory (CSL).  All rights reserved.
                      4:  *
                      5:  * Permission to use, copy, modify and distribute this software and its
                      6:  * documentation is hereby granted, provided that both the copyright
                      7:  * notice and this permission notice appear in all copies of the
                      8:  * software, derivative works or modified versions, and any portions
                      9:  * thereof, and that both notices appear in supporting documentation.
                     10:  *
                     11:  * THE UNIVERSITY OF UTAH AND CSL ALLOW FREE USE OF THIS SOFTWARE IN ITS "AS
                     12:  * IS" CONDITION.  THE UNIVERSITY OF UTAH AND CSL DISCLAIM ANY LIABILITY OF
                     13:  * ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
                     14:  *
                     15:  * CSL requests users of this software to return to [email protected] any
                     16:  * improvements that they make and grant CSL redistribution rights.
                     17:  */
                     18: 
                     19: #ifndef MACH_RPC_H
                     20: #define MACH_RPC_H
                     21: 
                     22: #include <mach/kern_return.h>
                     23: #include <mach/message.h>
                     24: #include <mach/machine/rpc.h>
                     25: 
                     26: /*
                     27:  * Description of a port passed up by the leaky-register RPC path
                     28:  * when it needs to perform translation.
                     29:  */
                     30: struct rpc_port_desc {
                     31:        mach_port_t name;
                     32:        mach_msg_type_name_t msgt_name;
                     33: };
                     34: 
                     35: #endif /* MACH_RPC_H */

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.