Definition: synthetic-context.h:31
CorrelationScope scope
Definition: synthetic-context.h:33
gint timeout
Definition: synthetic-context.h:32
LogTemplate * id_template
Definition: synthetic-context.h:34
gint synthetic_context_lookup_context_scope(const gchar *context_scope)
void synthetic_context_deinit(SyntheticContext *self)
Definition: synthetic-context.c:64
void synthetic_context_set_context_scope(SyntheticContext *self, const gchar *scope, GError **error)
Definition: synthetic-context.c:44
void synthetic_context_set_context_timeout(SyntheticContext *self, gint timeout)
Definition: synthetic-context.c:38
void synthetic_context_set_context_id_template(SyntheticContext *self, LogTemplate *context_id_template)
Definition: synthetic-context.c:30
void synthetic_context_init(SyntheticContext *self)
Definition: synthetic-context.c:57