/[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.10 by jrydberg, Fri Feb 22 22:33:12 2002 UTC revision 1.11 by jrydberg, Sun Feb 24 23:06:08 2002 UTC
# Line 219  Line 219 
219    ()    ()
220  )  )
221    
222    ; Array of port structures, passed as out-of-line memory.
223    (define-type port-array-t
224      (c-name "rtmk_port_t")
225      (comment "port array")
226      (attrs NO-FIXED-LENGTH,OUTOFLINE)
227      (native-type RTMK_MSG_TYPE_COPY_SEND)
228      ()  ; array-size
229      ()
230      ()
231    )
232    
233  #endif /* std-types.defs */  #endif /* std-types.defs */

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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