syslog-ng source
id-counter.c File Reference
#include "glib.h"
Include dependency graph for id-counter.c:

Classes

struct  IdCounter
 

Functions

IdCounterid_counter_new (void)
 
guint id_counter_get_next_id (IdCounter *self)
 
IdCounterid_counter_ref (IdCounter *self)
 
void id_counter_unref (IdCounter *self)
 

Function Documentation

◆ id_counter_get_next_id()

guint id_counter_get_next_id ( IdCounter self)

◆ id_counter_new()

IdCounter* id_counter_new ( void  )

◆ id_counter_ref()

IdCounter* id_counter_ref ( IdCounter self)

◆ id_counter_unref()

void id_counter_unref ( IdCounter self)