Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Related Pages

trigger.h

00001 #ifndef BGLIBS__UNIX__TRIGGER__H__ 00002 #define BGLIBS__UNIX__TRIGGER__H__ 00003 00004 #include <sysdeps.h> 00005 00031 extern int trigger_set(iopoll_fd* io, const char* path); 00032 00035 #define trigger_pulled(IO) ((IO)->revents) 00036 00037 extern void trigger_pull(const char* path); 00038 00039 /* @} */ 00040 00041 #endif

Generated on Mon Nov 15 14:50:26 2004 for bglibs by doxygen 1.3.8