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

Diff of /rtmk/mutations.h

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

revision 1.6 by jrydberg, Sun Feb 17 17:54:57 2002 UTC revision 1.7 by jrydberg, Sat Feb 23 02:28:58 2002 UTC
# Line 62  static inline kern_return_t convert_task Line 62  static inline kern_return_t convert_task
62    struct std_mfield_desc *mfield = (struct std_mfield_desc *) *msgtp;    struct std_mfield_desc *mfield = (struct std_mfield_desc *) *msgtp;
63    struct rtmk_msg_type type =    struct rtmk_msg_type type =
64    {    {
65      RTMK_MSG_TYPE_COPY_SEND,      RTMK_MSG_TYPE_COPY_SEND, 32, 1, 0, 0, 0, 1
     32,  
     TRUE,  
     FALSE  
66    };    };
67        
68    mfield->type  = type;    mfield->type  = type;
# Line 96  static inline kern_return_t convert_thre Line 93  static inline kern_return_t convert_thre
93    struct std_mfield_desc *mfield = (struct std_mfield_desc *) *msgtp;    struct std_mfield_desc *mfield = (struct std_mfield_desc *) *msgtp;
94    struct rtmk_msg_type type =    struct rtmk_msg_type type =
95    {    {
96      RTMK_MSG_TYPE_COPY_SEND,      RTMK_MSG_TYPE_COPY_SEND, 32, 1, 0, 0, 0, 1
     32,  
     TRUE,  
     FALSE  
97    };    };
98        
99    mfield->type  = type;    mfield->type  = type;
# Line 130  static inline kern_return_t convert_obje Line 124  static inline kern_return_t convert_obje
124    struct std_mfield_desc *mfield = (struct std_mfield_desc *) *msgtp;    struct std_mfield_desc *mfield = (struct std_mfield_desc *) *msgtp;
125    struct rtmk_msg_type type =    struct rtmk_msg_type type =
126    {    {
127      RTMK_MSG_TYPE_COPY_SEND,      RTMK_MSG_TYPE_COPY_SEND, 32, 1, 0, 0, 0, 1
     32,  
     TRUE,  
     FALSE  
128    };    };
129        
130    mfield->type  = type;    mfield->type  = type;
# Line 149  static inline kern_return_t convert_evc_ Line 140  static inline kern_return_t convert_evc_
140    struct std_mfield_desc *mfield = (struct std_mfield_desc *) *msgtp;    struct std_mfield_desc *mfield = (struct std_mfield_desc *) *msgtp;
141    struct rtmk_msg_type type =    struct rtmk_msg_type type =
142    {    {
143      RTMK_MSG_TYPE_COPY_SEND,      RTMK_MSG_TYPE_COPY_SEND, 32, 1, 0, 0, 0, 1
     32,  
     TRUE,  
     FALSE  
144    };    };
145        
146    mfield->type  = type;    mfield->type  = type;

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