25 #ifndef _SNG_PYTHON_LOGMSG_H
26 #define _SNG_PYTHON_LOGMSG_H
30 typedef struct _PyLogMessage
void py_log_message_global_init(void)
Definition: python-logmsg.c:507
int py_is_log_message(PyObject *obj)
Definition: python-logmsg.c:43
PyObject * py_log_message_new(LogMessage *msg, GlobalConfig *cfg)
Definition: python-logmsg.c:167
PyTypeObject py_log_message_type
Definition: python-logmsg.c:491
Definition: python-logmsg.h:31
PyObject * bookmark_data
Definition: python-logmsg.h:34
gboolean cast_to_bytes
Definition: python-logmsg.h:35
PyObject_HEAD LogMessage * msg
Definition: python-logmsg.h:33
GlobalConfig * cfg
Definition: test_batched_ack_tracker.c:34
LogMessage * msg
Definition: test_rename.c:35