#include "syslog-ng.h"

Go to the source code of this file.
Classes | |
| struct | Arc |
Enumerations | |
| enum | ArcType { ARC_TYPE_PIPE_NEXT , ARC_TYPE_NEXT_HOP } |
Functions | |
| void | cfg_walker_get_graph (GPtrArray *start_nodes, GHashTable **nodes, GHashTable **arcs) |
| Arc * | arc_new (LogPipe *from, LogPipe *to, ArcType arc_type) |
| void | arc_free (Arc *self) |
| enum ArcType |
| void arc_free | ( | Arc * | self | ) |
| void cfg_walker_get_graph | ( | GPtrArray * | start_nodes, |
| GHashTable ** | nodes, | ||
| GHashTable ** | arcs | ||
| ) |