syslog-ng source
stardate.c File Reference
#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>
Include dependency graph for stardate.c:
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

◆ TEMPLATE_FUNCTION()

TEMPLATE_FUNCTION ( TFStardateState  ,
tf_stardate  ,
tf_stardate_prepare  ,
tf_simple_func_eval  ,
tf_stardate_call  ,
tf_simple_func_free_state  ,
NULL   
)

◆ tf_stardate_prepare()

gboolean tf_stardate_prepare ( LogTemplateFunction *  self,
gpointer  s,
LogTemplate *  parent,
gint  argc,
gchar *  argv[],
GError **  error 
)