00001 00005 #ifndef RAZORBACK_RESPONSEQUEUE_H 00006 #define RAZORBACK_RESPONSEQUEUE_H 00007 00008 #include <razorback/visibility.h> 00009 #include <razorback/types.h> 00010 #include <razorback/messages.h> 00011 00012 #ifdef __cplusplus 00013 extern "C" { 00014 #endif 00015 00021 SO_PUBLIC extern struct Queue * ResponseQueue_Initialize (uuid_t p_pCollectorId, int p_iFlags); 00022 00025 SO_PUBLIC extern void ResponseQueue_Terminate (uuid_t p_pCollectorId); 00026 00027 #ifdef __cplusplus 00028 } 00029 #endif 00030 #endif // RAZORBACK_RESPONSEQUEUE_H