25 #ifndef AFSTOMP_H_INCLUDED
26 #define AFSTOMP_H_INCLUDED
void afstomp_dd_set_value_pairs(LogDriver *d, ValuePairs *vp)
Definition: afstomp.c:137
void afstomp_dd_set_ack(LogDriver *d, gboolean ack)
Definition: afstomp.c:129
void afstomp_dd_set_password(LogDriver *d, const gchar *password)
Definition: afstomp.c:77
void afstomp_dd_set_persistent(LogDriver *d, gboolean persistent)
Definition: afstomp.c:121
LogDriver * afstomp_dd_new(GlobalConfig *cfg)
Definition: afstomp.c:387
void afstomp_dd_set_port(LogDriver *d, gint port)
Definition: afstomp.c:95
void afstomp_dd_set_body(LogDriver *d, LogTemplate *body_template)
Definition: afstomp.c:112
void afstomp_dd_set_destination(LogDriver *d, const gchar *destination)
Definition: afstomp.c:103
void afstomp_dd_set_host(LogDriver *d, const gchar *host)
Definition: afstomp.c:86
LogTemplateOptions * afstomp_dd_get_template_options(LogDriver *s)
Definition: afstomp.c:147
void afstomp_dd_set_user(LogDriver *d, const gchar *user)
Definition: afstomp.c:68
const gchar * user
Definition: gprocess.c:120
GlobalConfig * cfg
Definition: test_batched_ack_tracker.c:34