syslog-ng source
batched_ack_tracker.h File Reference
#include "ack_tracker.h"
Include dependency graph for batched_ack_tracker.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef void(* BatchedAckTrackerOnBatchAcked) (GList *ack_records, gpointer user_data)
 

Functions

AckTracker * batched_ack_tracker_new (LogSource *source, guint timeout, guint batch_size, BatchedAckTrackerOnBatchAcked on_batch_acked, gpointer user_data)
 

Typedef Documentation

◆ BatchedAckTrackerOnBatchAcked

typedef void(* BatchedAckTrackerOnBatchAcked) (GList *ack_records, gpointer user_data)

Function Documentation

◆ batched_ack_tracker_new()

AckTracker* batched_ack_tracker_new ( LogSource *  source,
guint  timeout,
guint  batch_size,
BatchedAckTrackerOnBatchAcked  on_batch_acked,
gpointer  user_data 
)