25 #ifndef SDINTER_H_INCLUDED
26 #define SDINTER_H_INCLUDED
42 typedef struct _AFInterSourceDriver
49 typedef struct _AFInterMetrics
void afinter_postpone_mark(gint mark_freq)
Definition: afinter.c:516
AFInterMetrics afinter_get_metrics(void)
Definition: afinter.c:634
void afinter_global_init(void)
Definition: afinter.c:605
void afinter_global_deinit(void)
Definition: afinter.c:611
LogDriver * afinter_sd_new(GlobalConfig *cfg)
Definition: afinter.c:495
StatsCounterItem * queued
Definition: afinter.h:53
StatsCounterItem * processed
Definition: afinter.h:51
StatsCounterItem * dropped
Definition: afinter.h:52
StatsCounterItem * queue_capacity
Definition: afinter.h:54
LogSource * source
Definition: afinter.h:45
AFInterSourceOptions source_options
Definition: afinter.h:46
LogSrcDriver super
Definition: afinter.h:44
LogSourceOptions super
Definition: afinter.h:35
gint queue_capacity
Definition: afinter.h:36
Definition: logsource.h:36
Definition: stats-counter.h:67
GlobalConfig * cfg
Definition: test_batched_ack_tracker.c:34