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

Go to the source code of this file.

Typedefs

typedef void(* FOREACH_DATA_CALLBACK) (gchar *key, gsize key_len, gchar *value, gsize value_len, gpointer user_data)
 

Functions

void journald_foreach_data (sd_journal *self, FOREACH_DATA_CALLBACK func, gpointer user_data)
 
int journald_filter_this_boot (sd_journal *journal)
 

Typedef Documentation

◆ FOREACH_DATA_CALLBACK

typedef void(* FOREACH_DATA_CALLBACK) (gchar *key, gsize key_len, gchar *value, gsize value_len, gpointer user_data)

Function Documentation

◆ journald_filter_this_boot()

int journald_filter_this_boot ( sd_journal *  journal)

◆ journald_foreach_data()

void journald_foreach_data ( sd_journal *  self,
FOREACH_DATA_CALLBACK  func,
gpointer  user_data 
)