syslog-ng source
python-persist.h File Reference
Include dependency graph for python-persist.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  PyPersist
 
struct  PythonPersistMembers
 

Functions

const gchar * python_format_stats_key (LogPipe *p, StatsClusterKeyBuilder *kb, const gchar *module, PythonPersistMembers *options)
 
const gchar * python_format_persist_name (const LogPipe *p, const gchar *module, PythonPersistMembers *options)
 
void py_persist_global_init (void)
 

Variables

PyTypeObject py_persist_type
 

Function Documentation

◆ py_persist_global_init()

void py_persist_global_init ( void  )

◆ python_format_persist_name()

const gchar* python_format_persist_name ( const LogPipe *  p,
const gchar *  module,
PythonPersistMembers options 
)

◆ python_format_stats_key()

const gchar* python_format_stats_key ( LogPipe *  p,
StatsClusterKeyBuilder *  kb,
const gchar *  module,
PythonPersistMembers options 
)

Variable Documentation

◆ py_persist_type

PyTypeObject py_persist_type
extern