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

Diff of /rtmk/thread.h

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

revision 1.14 by jrydberg, Thu Feb 21 23:43:58 2002 UTC revision 1.15 by jrydberg, Fri Feb 22 22:41:48 2002 UTC
# Line 295  struct thread Line 295  struct thread
295       right that is returned by thread_self().  */       right that is returned by thread_self().  */
296    struct ipc_port *send_thread_port;    struct ipc_port *send_thread_port;
297    
298      /* Exception port for this thread.  Fall back on task port.  */
299      struct ipc_port *exception_port;
300    
301    /* Scratch area for storing information between blocks.      /* Scratch area for storing information between blocks.  
302       Have place for 4 points.  Can also be casted to a structure.  */       Have place for 4 points.  Can also be casted to a structure.  */
303    void *scratch_area [4];    void *scratch_area [4];

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

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