#include "plugin.h"#include "plugin-types.h"#include "template/simple-function.h"#include "messages.h"#include "cfg.h"#include "syslog-ng-config.h"#include <stdlib.h>#include <math.h>

Classes | |
| struct | TFStardateState |
Functions | |
| gboolean | tf_stardate_prepare (LogTemplateFunction *self, gpointer s, LogTemplate *parent, gint argc, gchar *argv[], GError **error) |
| TEMPLATE_FUNCTION (TFStardateState, tf_stardate, tf_stardate_prepare, tf_simple_func_eval, tf_stardate_call, tf_simple_func_free_state, NULL) | |
| TEMPLATE_FUNCTION | ( | TFStardateState | , |
| tf_stardate | , | ||
| tf_stardate_prepare | , | ||
| tf_simple_func_eval | , | ||
| tf_stardate_call | , | ||
| tf_simple_func_free_state | , | ||
| NULL | |||
| ) |
| gboolean tf_stardate_prepare | ( | LogTemplateFunction * | self, |
| gpointer | s, | ||
| LogTemplate * | parent, | ||
| gint | argc, | ||
| gchar * | argv[], | ||
| GError ** | error | ||
| ) |