syslog-ng source
python-source.c File Reference
#include "python-source.h"
#include "python-logmsg.h"
#include "python-helpers.h"
#include "logthrsource/logthrsourcedrv.h"
#include "thread-utils.h"
#include "str-utils.h"
#include "string-list.h"
#include "python-persist.h"
#include "python-ack-tracker.h"
#include "python-bookmark.h"
#include "python-flags.h"
#include <structmember.h>
Include dependency graph for python-source.c:

Classes

struct  PythonSourceDriver
 
struct  PyLogSource
 

Functions

PythonBindingpython_sd_get_binding (LogDriver *s)
 
LogDriver * python_sd_new (GlobalConfig *cfg)
 
void py_log_source_global_init (void)
 

Function Documentation

◆ py_log_source_global_init()

void py_log_source_global_init ( void  )

◆ python_sd_get_binding()

PythonBinding* python_sd_get_binding ( LogDriver *  s)

◆ python_sd_new()

LogDriver* python_sd_new ( GlobalConfig *  cfg)