37 #ifndef SRC_LIBCONTEXT_H_
38 #define SRC_LIBCONTEXT_H_
57 struct lightify_nodes;
66 int line,
const char *fn,
const char *
format, va_list args);
static void const char * format
int(* socket_read_fn)(struct lightify_ctx *ctx, unsigned char *msg, size_t size)
Function pointer to the I/O handling – read from.
struct lightify_node * nodes
void * userdata
Function pointer to the I/O handling – write to.
int(* socket_write_fn)(struct lightify_ctx *ctx, unsigned char *msg, size_t size)
Function pointer to the I/O handling – read from.
void(* log_fn)(struct lightify_ctx *ctx, int priority, const char *file, int line, const char *fn, const char *format, va_list args)
struct lightify_group * groups