corosync 3.1.7
|
#include <config.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/un.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <unistd.h>
#include <fcntl.h>
#include <stdlib.h>
#include <stdio.h>
#include <errno.h>
#include <string.h>
#include <dirent.h>
#include <libgen.h>
#include <limits.h>
#include <stddef.h>
#include <grp.h>
#include <pwd.h>
#include <qb/qblist.h>
#include <qb/qbutil.h>
#include <corosync/logsys.h>
#include <corosync/icmap.h>
#include "main.h"
#include "util.h"
Go to the source code of this file.
Data Structures | |
struct | key_value_list_item |
struct | main_cp_cb_data |
Macros | |
#define | LOGSYS_UTILS_ONLY 1 |
Typedefs | |
typedef int(* | parser_cb_f) (const char *path, char *key, char *value, enum main_cp_cb_data_state *state, enum parser_cb_type type, const char **error_string, icmap_map_t config_map, void *user_data) |
Functions | |
int | coroparse_configparse (icmap_map_t config_map, const char **error_string) |
#define LOGSYS_UTILS_ONLY 1 |
Definition at line 60 of file coroparse.c.
typedef int(* parser_cb_f) (const char *path, char *key, char *value, enum main_cp_cb_data_state *state, enum parser_cb_type type, const char **error_string, icmap_map_t config_map, void *user_data) |
Definition at line 96 of file coroparse.c.
Definition at line 75 of file coroparse.c.
enum parser_cb_type |
Enumerator | |
---|---|
PARSER_CB_START | |
PARSER_CB_END | |
PARSER_CB_SECTION_START | |
PARSER_CB_SECTION_END | |
PARSER_CB_ITEM |
Definition at line 67 of file coroparse.c.
int coroparse_configparse | ( | icmap_map_t | config_map, |
const char ** | error_string | ||
) |
Definition at line 259 of file coroparse.c.