/[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.10 by jrydberg, Thu Feb 21 01:41:45 2002 UTC revision 1.11 by jrydberg, Thu Feb 21 20:14:42 2002 UTC
# Line 85  struct ipc_port Line 85  struct ipc_port
85    struct ipc_object *rcvobject;    struct ipc_object *rcvobject;
86        
87    /* Message queue.  Also holds information about queue limit.  */    /* Message queue.  Also holds information about queue limit.  */
88    struct ipc_mqueue *mqueue;    struct ipc_mqueue mqueue;
89        
90    /* Queue of threads that are waiting for an arriving message.  */    /* Queue of threads that are waiting for an arriving message.  */
91    struct ipc_tqueue waiting_threads;    struct ipc_tqueue waiting_threads;

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

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