some more mqtt stuff
This commit is contained in:
14
handleType.h
Normal file
14
handleType.h
Normal file
@ -0,0 +1,14 @@
|
||||
#ifndef _HANDLETYPE_H_
|
||||
#define _HANDLETYPE_H_
|
||||
|
||||
#include <libconfig.h>
|
||||
#include "ringbuffer.h"
|
||||
|
||||
|
||||
typedef struct {
|
||||
config_t *config;
|
||||
ringbuffer_t *ringbuffer;
|
||||
void* context;
|
||||
} commonThreadHandle_t;
|
||||
|
||||
#endif // _HANDLETYPE_H_
|
Reference in New Issue
Block a user