syslog-ng source
mqtt-parser.c File Reference
#include "driver.h"
#include "cfg-parser.h"
#include "mqtt-grammar.h"
Include dependency graph for mqtt-parser.c:

Functions

int mqtt_parse (CfgLexer *lexer, LogDriver **instance, gpointer arg)
 

Variables

int mqtt_debug
 
CfgParser mqtt_parser
 

Function Documentation

◆ mqtt_parse()

int mqtt_parse ( CfgLexer *  lexer,
LogDriver **  instance,
gpointer  arg 
)

Variable Documentation

◆ mqtt_debug

int mqtt_debug
extern

◆ mqtt_parser

CfgParser mqtt_parser
Initial value:
=
{
.name = "mqtt",
.keywords = mqtt_keywords,
.parse = (gint (*)(CfgLexer *, gpointer *, gpointer)) mqtt_parse,
.cleanup = (void (*)(gpointer)) log_pipe_unref,
}
gboolean log_pipe_unref(LogPipe *self)
Definition: logpipe.c:197
int mqtt_parse(CfgLexer *lexer, LogDriver **instance, gpointer arg)