#include "python-module.h"#include "python-options.h"#include "logpipe.h"#include "stats/stats-cluster-key-builder.h"

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 |
| void py_persist_global_init | ( | void | ) |
| const gchar* python_format_persist_name | ( | const LogPipe * | p, |
| const gchar * | module, | ||
| PythonPersistMembers * | options | ||
| ) |
| const gchar* python_format_stats_key | ( | LogPipe * | p, |
| StatsClusterKeyBuilder * | kb, | ||
| const gchar * | module, | ||
| PythonPersistMembers * | options | ||
| ) |
|
extern |