#include "correlation-context.h"#include "logmsg/logmsg.h"#include "scratch-buffers.h"#include <string.h>
Functions | |
| void | correlation_context_sort (CorrelationContext *self, LogTemplate *sort_key) |
| void | correlation_context_init (CorrelationContext *self, const CorrelationKey *key) |
| void | correlation_context_clear_method (CorrelationContext *self) |
| void | correlation_context_free_method (CorrelationContext *self) |
| CorrelationContext * | correlation_context_new (CorrelationKey *key) |
| CorrelationContext * | correlation_context_ref (CorrelationContext *self) |
| void | correlation_context_unref (CorrelationContext *self) |
| void correlation_context_clear_method | ( | CorrelationContext * | self | ) |
| void correlation_context_free_method | ( | CorrelationContext * | self | ) |
| void correlation_context_init | ( | CorrelationContext * | self, |
| const CorrelationKey * | key | ||
| ) |
| CorrelationContext* correlation_context_new | ( | CorrelationKey * | key | ) |
| CorrelationContext* correlation_context_ref | ( | CorrelationContext * | self | ) |
| void correlation_context_sort | ( | CorrelationContext * | self, |
| LogTemplate * | sort_key | ||
| ) |
| void correlation_context_unref | ( | CorrelationContext * | self | ) |