|
| void | log_source_wakeup (LogSource *self) |
| |
| void | log_source_flow_control_adjust (LogSource *self, guint32 window_size_increment) |
| |
| void | log_source_flow_control_adjust_when_suspended (LogSource *self, guint32 window_size_increment) |
| |
| void | log_source_disable_bookmark_saving (LogSource *self) |
| |
| void | log_source_flow_control_suspend (LogSource *self) |
| |
| void | log_source_enable_dynamic_window (LogSource *self, DynamicWindowPool *window_pool) |
| |
| gboolean | log_source_is_dynamic_window_enabled (LogSource *self) |
| |
| void | log_source_dynamic_window_update_statistics (LogSource *self) |
| |
| void | log_source_dynamic_window_realloc (LogSource *self) |
| |
| void | log_source_mangle_hostname (LogSource *self, LogMessage *msg) |
| |
| gboolean | log_source_init (LogPipe *s) |
| |
| gboolean | log_source_deinit (LogPipe *s) |
| |
| void | log_source_post (LogSource *self, LogMessage *msg) |
| |
| void | log_source_set_options (LogSource *self, LogSourceOptions *options, const gchar *stats_id, StatsClusterKeyBuilder *kb, gboolean threaded, LogExprNode *expr_node) |
| |
| void | log_source_set_ack_tracker_factory (LogSource *self, AckTrackerFactory *factory) |
| |
| void | log_source_set_name (LogSource *self, const gchar *name) |
| |
| void | log_source_init_instance (LogSource *self, GlobalConfig *cfg) |
| |
| void | log_source_free (LogPipe *s) |
| |
| void | log_source_options_defaults (LogSourceOptions *options) |
| |
| void | log_source_options_init (LogSourceOptions *options, GlobalConfig *cfg, const gchar *group_name) |
| |
| void | log_source_options_destroy (LogSourceOptions *options) |
| |
| void | log_source_options_set_tags (LogSourceOptions *options, GList *tags) |
| |
| void | log_source_global_init (void) |
| |