/[rtmk]/rtmk/ipc-port.h
ViewVC logotype

Diff of /rtmk/ipc-port.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by jrydberg, Wed Feb 20 20:04:42 2002 UTC revision 1.10 by jrydberg, Thu Feb 21 01:41:45 2002 UTC
# Line 134  extern void ipc_port_init (void); Line 134  extern void ipc_port_init (void);
134    
135  extern kern_return_t ipc_port_create (struct ipc_port **portp);  extern kern_return_t ipc_port_create (struct ipc_port **portp);
136    
137    /* Obtain reference to PORT.  */
138    extern void ipc_port_reference (struct ipc_port *port);
139    
140    /* Release reference to PORT.  If reference counter drops to
141       zero, release all port and all it's resources.  */
142    extern void ipc_port_release (struct ipc_port *port);
143    
144  /* Create a new kernel port.  This port have not message queue since  /* Create a new kernel port.  This port have not message queue since
145     all messages sent to it will be demuxed by the kernel demuxer.  */     all messages sent to it will be demuxed by the kernel demuxer.  */
146    

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26