#include "cfg.h"#include "cfg-block-generator.h"#include "block-ref-parser.h"#include "messages.h"#include "plugin.h"#include "plugin-types.h"#include "str-utils.h"#include <fcntl.h>#include <sys/utsname.h>#include <sys/types.h>#include <sys/stat.h>#include <stdlib.h>#include <string.h>#include <errno.h>#include <unistd.h>#include <iv.h>#include "service-management.h"
Functions | |
| CfgBlockGenerator * | system_source_generator_new (gint context, const gchar *name) |
| gpointer | system_source_construct (Plugin *p) |
| gboolean | system_source_module_init (PluginContext *context, CfgArgs *args) |
Variables | |
| Plugin | system_plugins [] |
| const ModuleInfo | module_info |
| gpointer system_source_construct | ( | Plugin * | p | ) |
| CfgBlockGenerator* system_source_generator_new | ( | gint | context, |
| const gchar * | name | ||
| ) |
| gboolean system_source_module_init | ( | PluginContext * | context, |
| CfgArgs * | args | ||
| ) |
| const ModuleInfo module_info |
| Plugin system_plugins[] |