/[rtmk]/rtmk/include/rtmk/rig.h
ViewVC logotype

Diff of /rtmk/include/rtmk/rig.h

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

revision 1.3 by jrydberg, Wed Feb 6 19:57:00 2002 UTC revision 1.4 by jrydberg, Wed Feb 20 19:24:34 2002 UTC
# Line 47  typedef kern_return_t (*__rig_demux_func Line 47  typedef kern_return_t (*__rig_demux_func
47  #define RIG_RESULT_NOTIFY   ((kern_return_t) 201)  #define RIG_RESULT_NOTIFY   ((kern_return_t) 201)
48  #define RIG_RESULT_FAILURE  ((kern_return_t) 202)  #define RIG_RESULT_FAILURE  ((kern_return_t) 202)
49    
50    /* Initialize the RIG runtime interface.  */
51    extern void __rig_init (int use_threadvar_p);
52    
53    /* Get reply port that can be used for RPC.  */
54    extern rtmk_port_t __rig_reply_port_get (void);
55    
56    /* Return reply port that have been used for RPC.  */
57    extern void __rig_reply_port_put (rtmk_port_t port);
58    
59  #endif /* rig.h */  #endif /* rig.h */

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

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