File:  [ELWIX - Embedded LightWeight unIX -] / mqtt / inc / rtlm.h
Revision 1.1.2.3: download - view: text, annotated - select for diffs - revision graph
Wed Nov 23 08:50:03 2011 UTC (12 years, 7 months ago) by misho
Branches: mqtt1_0
rework again RTLM management
add rtl module for log

#ifndef __RTLM_H
#define __RTLM_H


void mqttLog(const char *, ...);

void *mqttLoadRTLM(sl_config*, int);
void mqttUnloadRTLM(int);

inline int mqttMkDir(sl_config *);


void *(*mqttOpenACC)(sl_config *);
void (*mqttCloseACC)(void *);
void *(*mqttOpenPUB)(sl_config *);
void (*mqttClosePUB)(void *);
void *(*mqttOpenLOG)(sl_config *);
void (*mqttCloseLOG)(void *);


#endif

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>