corosync 3.1.7
|
#include "config.h"
#include <corosync/totem/totem.h>
#include <corosync/logsys.h>
#include <corosync/cmap.h>
#include "util.h"
#include "logconfig.h"
#include "totemknet.h"
Go to the source code of this file.
Macros | |
#define | MAP_KEYNAME_MAXLEN CMAP_KEYNAME_MAXLEN |
#define | map_get_string(key_name, value) cmap_get_string(cmap_handle, key_name, value) |
Functions | |
int | corosync_log_config_read (cmap_handle_t cmap_h, const char *default_logfile, const char **error_string) |
#define map_get_string | ( | key_name, | |
value | |||
) | cmap_get_string(cmap_handle, key_name, value) |
Definition at line 50 of file logconfig.c.
#define MAP_KEYNAME_MAXLEN CMAP_KEYNAME_MAXLEN |
Definition at line 49 of file logconfig.c.
int corosync_log_config_read | ( | cmap_handle_t | cmap_h, |
const char * | default_logfile, | ||
const char ** | error_string | ||
) |
Definition at line 719 of file logconfig.c.