syslog-ng source
threaded-random-generator.h File Reference
#include "syslog-ng.h"
#include "driver.h"
#include "logsource.h"
Include dependency graph for threaded-random-generator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

LogDriver * threaded_random_generator_sd_new (GlobalConfig *cfg)
 
void threaded_random_generator_sd_set_freq (LogDriver *s, gdouble freq)
 
void threaded_random_generator_sd_set_bytes (LogDriver *s, guint bytes)
 
gboolean threaded_random_generator_sd_set_type (LogDriver *s, const gchar *type)
 

Function Documentation

◆ threaded_random_generator_sd_new()

LogDriver* threaded_random_generator_sd_new ( GlobalConfig *  cfg)

◆ threaded_random_generator_sd_set_bytes()

void threaded_random_generator_sd_set_bytes ( LogDriver *  s,
guint  bytes 
)

◆ threaded_random_generator_sd_set_freq()

void threaded_random_generator_sd_set_freq ( LogDriver *  s,
gdouble  freq 
)

◆ threaded_random_generator_sd_set_type()

gboolean threaded_random_generator_sd_set_type ( LogDriver *  s,
const gchar *  type 
)