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

Functions

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

Variables

int pubsub_debug
 
CfgParser pubsub_parser
 

Function Documentation

◆ pubsub_parse()

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

Variable Documentation

◆ pubsub_debug

int pubsub_debug
extern

◆ pubsub_parser

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