#include "compat/glib.h"
#include <gmodule.h>
#include <sys/time.h>
Go to the source code of this file.
◆ LOGGEN_PLUGIN_INFO
| #define LOGGEN_PLUGIN_INFO "loggen_plugin_info" |
◆ LOGGEN_PLUGIN_LIB_PREFIX
| #define LOGGEN_PLUGIN_LIB_PREFIX "libloggen_" |
◆ LOGGEN_PLUGIN_NAME_MAXSIZE
| #define LOGGEN_PLUGIN_NAME_MAXSIZE 100 |
◆ generate_message_func
| typedef int(* generate_message_func) (char *buffer, int buffer_size, ThreadData *thread_context, unsigned long seq) |
◆ get_option_func
| typedef GOptionEntry*(* get_option_func) (void) |
◆ get_thread_count_func
| typedef int(* get_thread_count_func) (void) |
◆ is_plugin_activated_func
| typedef gboolean(* is_plugin_activated_func) (void) |
◆ set_generate_message_func
◆ start_plugin_func
| typedef gboolean(* start_plugin_func) (PluginOption *option) |
◆ stop_plugin_func
◆ thread_check_exit_criteria()
| gboolean thread_check_exit_criteria |
( |
ThreadData * |
thread_context | ) |
|
◆ thread_check_time_bucket()
| gboolean thread_check_time_bucket |
( |
ThreadData * |
thread_context | ) |
|