/[rtmk]/rtmk/task.h
ViewVC logotype

Diff of /rtmk/task.h

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

revision 1.6 by jrydberg, Thu Feb 21 23:43:58 2002 UTC revision 1.7 by jrydberg, Fri Feb 22 22:41:48 2002 UTC
# Line 65  struct task Line 65  struct task
65       the user when task_self() is invoked.  */       the user when task_self() is invoked.  */
66    struct ipc_port *send_task_port;    struct ipc_port *send_task_port;
67    
68      /* Exception port for task (ie all threads in task).  
69         New tasks inherit this port from the parent.  */
70      struct ipc_port *exception_port;
71    
72    /* Special ports for this task.  ??? should hold TASK_PORT.  */    /* Special ports for this task.  ??? should hold TASK_PORT.  */
73    struct ipc_port *special_ports [8];    struct ipc_port *special_ports [8];
74  };  };

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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