/[rtmk]/rtmk/include/rtmk/std-types.defs
ViewVC logotype

Diff of /rtmk/include/rtmk/std-types.defs

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

revision 1.7 by jrydberg, Sat Feb 16 15:10:28 2002 UTC revision 1.8 by jrydberg, Sun Feb 17 17:47:08 2002 UTC
# Line 182  Line 182 
182  #endif  #endif
183  )  )
184    
185    (define-type eventcnt-t
186      (c-name "rtmk_port_t")
187      (comment "right to event counter")
188      (attrs)  ; attrs
189      (native-type RTMK_MSG_TYPE_COPY_SEND)
190      ()                  ; array-size
191    #ifdef KERNEL_SERVER
192      (encode (c-call eventcnt_t "convert_evc_to_port"))
193      (decode (c-call eventcnt_t "convert_port_to_evc"))
194    #else
195      ()
196      ()
197    #endif
198    )
199    
200  (define-type thread-status-t  (define-type thread-status-t
201    (c-name "thread_status_t")    (c-name "thread_status_t")
202    (comment "thread execution state")    (comment "thread execution state")

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

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