syslog-ng source
ml-batched-timer.h File Reference
#include "mainloop.h"
#include <iv.h>
Include dependency graph for ml-batched-timer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  MlBatchedTimer
 

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)