24 #ifndef _SNG_PYTHON_LOGTEMPLATEOPTIONS_H
25 #define _SNG_PYTHON_LOGTEMPLATEOPTIONS_H
30 typedef struct _PyLogTemplateOptions
int py_is_log_template_options(PyObject *obj)
Definition: python-logtemplate-options.c:28
PyTypeObject py_log_template_options_type
Definition: python-logtemplate-options.c:64
PyObject * py_log_template_options_new(LogTemplateOptions *template_options, GlobalConfig *cfg)
Definition: python-logtemplate-options.c:34
void py_log_template_options_global_init(void)
Definition: python-logtemplate-options.c:78
Definition: python-logtemplate-options.h:31
PyObject_HEAD LogTemplateOptions template_options
Definition: python-logtemplate-options.h:33
GlobalConfig * cfg
Definition: test_batched_ack_tracker.c:34
LogTemplateOptions template_options
Definition: test_value_pairs.c:65