qsa_params.h

00001 #ifndef __QSA_PARAMS_H
00002 #define __QSA_PARAMS_H
00003 
00004 #include <cds/sstr.h>
00005 #include <cds/ptr_vector.h>
00006 #include <cds/msg_queue.h>
00007 #include <cds/ref_cntr.h>
00008 
00009 #ifdef __cplusplus
00010 extern "C" {
00011 #endif
00012         
00013 typedef struct _qsa_subscription_params_t {
00014         str_t name;
00015         str_t value; /* whatever */
00016         char buf[1];
00017 } qsa_subscription_params_t;
00018 
00019 #ifdef __cplusplus
00020 }
00021 #endif
00022         
00023 #endif