#include "syslog-ng.h"

Go to the source code of this file.
Classes | |
| struct | CorrelationKey |
Enumerations | |
| enum | CorrelationScope { RCS_GLOBAL , RCS_HOST , RCS_PROGRAM , RCS_PROCESS } |
Functions | |
| gint | correlation_key_lookup_scope (const gchar *scope) |
| guint | correlation_key_hash (gconstpointer k) |
| gboolean | correlation_key_equal (gconstpointer k1, gconstpointer k2) |
| void | correlation_key_init (CorrelationKey *self, CorrelationScope scope, LogMessage *msg, gchar *session_id) |
| enum CorrelationScope |
| gboolean correlation_key_equal | ( | gconstpointer | k1, |
| gconstpointer | k2 | ||
| ) |
| guint correlation_key_hash | ( | gconstpointer | k | ) |
| void correlation_key_init | ( | CorrelationKey * | self, |
| CorrelationScope | scope, | ||
| LogMessage * | msg, | ||
| gchar * | session_id | ||
| ) |
| gint correlation_key_lookup_scope | ( | const gchar * | scope | ) |