version 1.1.2.7, 2011/11/24 15:14:08
|
version 1.1.2.8, 2011/11/24 15:34:17
|
Line 21 struct tagCallbacks {
|
Line 21 struct tagCallbacks {
|
void (*ClosePUB)(void *); |
void (*ClosePUB)(void *); |
int (*InitSessPUB)(sl_config *, void *, const char*, const char*, u_short); |
int (*InitSessPUB)(sl_config *, void *, const char*, const char*, u_short); |
int (*FiniSessPUB)(sl_config *, void *, const char*, const char*); |
int (*FiniSessPUB)(sl_config *, void *, const char*, const char*); |
|
int (*ChkSessPUB)(sl_config *, void *, const char*, const char*); |
|
|
/* mqtt_log.so */ |
/* mqtt_log.so */ |
void *(*OpenLOG)(sl_config *); |
void *(*OpenLOG)(sl_config *); |