/[hurd]/hurd/libthreads/cthread_internals.h
ViewVC logotype

Diff of /hurd/libthreads/cthread_internals.h

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

revision 1.4 by roland, Sat Mar 31 23:01:01 2001 UTC revision 1.5 by roland, Wed May 8 09:37:04 2002 UTC
# Line 26  Line 26 
26  /*  /*
27   * HISTORY   * HISTORY
28   * $Log$   * $Log$
29     * Revision 1.5  2002/05/08 09:37:04  roland
30     * 2002-05-08  Roland McGrath  <roland@frob.com>
31     *
32     *      * cthread_internals.h: int -> void * for `busy' member.
33     *      * cprocs.c (cthread_mach_msg): Don't cast to int when setting it.
34     *      * cprocs.c (cthread_mag_active): Likewise.
35     *
36   * Revision 1.4  2001/03/31 23:01:01  roland   * Revision 1.4  2001/03/31 23:01:01  roland
37   * 2001-03-31  Roland McGrath  <roland@frob.com>   * 2001-03-31  Roland McGrath  <roland@frob.com>
38   *   *
# Line 169  typedef struct cproc { Line 176  typedef struct cproc {
176  #define CPROC_CONDWAIT  4  #define CPROC_CONDWAIT  4
177    
178          mach_port_t wired;              /* is cthread wired to kernel thread */          mach_port_t wired;              /* is cthread wired to kernel thread */
179          int busy;                       /* used with cthread_msg calls */          void *busy;                     /* used with cthread_msg calls */
180    
181          mach_msg_header_t msg;          mach_msg_header_t msg;
182    

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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