You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kamailio/lib/presence/qsa_params.h

24 lines
359 B

#ifndef __QSA_PARAMS_H
#define __QSA_PARAMS_H
#include <cds/sstr.h>
#include <cds/ptr_vector.h>
#include <cds/msg_queue.h>
#include <cds/ref_cntr.h>
#ifdef __cplusplus
extern "C" {
#endif
typedef struct _qsa_subscription_params_t {
str_t name;
str_t value; /* whatever */
char buf[1];
} qsa_subscription_params_t;
#ifdef __cplusplus
}
#endif
#endif