syslog-ng source
mqtt-source.h File Reference
#include "mqtt-options.h"
#include "logthrsource/logthrfetcherdrv.h"
#include "atomic.h"
#include <MQTTClient.h>
Include dependency graph for mqtt-source.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  MQTTSourceDriver
 

Functions

LogDriver * mqtt_sd_new (GlobalConfig *cfg)
 
MQTTClientOptions * mqtt_sd_get_options (LogDriver *s)
 
void mqtt_sd_set_topic (LogDriver *s, const gchar *topic)
 

Function Documentation

◆ mqtt_sd_get_options()

MQTTClientOptions* mqtt_sd_get_options ( LogDriver *  s)

◆ mqtt_sd_new()

LogDriver* mqtt_sd_new ( GlobalConfig *  cfg)

◆ mqtt_sd_set_topic()

void mqtt_sd_set_topic ( LogDriver *  s,
const gchar *  topic 
)