syslog-ng source
ml-batched-timer.c File Reference
#include "ml-batched-timer.h"
#include "mainloop-call.h"
Include dependency graph for ml-batched-timer.c:

Functions

void ml_batched_timer_postpone (MlBatchedTimer *self, glong sec)
 
void ml_batched_timer_cancel (MlBatchedTimer *self)
 
void ml_batched_timer_unregister (MlBatchedTimer *self)
 
void ml_batched_timer_init (MlBatchedTimer *self)
 
void ml_batched_timer_free (MlBatchedTimer *self)
 

Function Documentation

◆ ml_batched_timer_cancel()

void ml_batched_timer_cancel ( MlBatchedTimer self)

◆ ml_batched_timer_free()

void ml_batched_timer_free ( MlBatchedTimer self)

◆ ml_batched_timer_init()

void ml_batched_timer_init ( MlBatchedTimer self)

◆ ml_batched_timer_postpone()

void ml_batched_timer_postpone ( MlBatchedTimer self,
glong  sec 
)

◆ ml_batched_timer_unregister()

void ml_batched_timer_unregister ( MlBatchedTimer self)