35#ifndef TOTEMCONFIG_H_DEFINED
36#define TOTEMCONFIG_H_DEFINED
38#include <netinet/in.h>
45#define TOTEM_CONFIG_WARNING_MEMBERS_IGNORED (1<<1)
46#define TOTEM_CONFIG_WARNING_MEMBERS_DEPRECATED (1<<2)
47#define TOTEM_CONFIG_WARNING_TOTEM_NODEID_SET (1<<3)
48#define TOTEM_CONFIG_BINDNETADDR_NODELIST_SET (1<<4)
52 const char **error_string,
57 const char **error_string);
62 const char **error_string);
66 const char *ipaddr_key_prefix,
67 unsigned int *node_pos);
72 const char *deleted_key);
77 const char **error_string);
82 const char **error_string);
87 const char **error_string);
int totem_config_find_local_addr_in_nodelist(struct totem_config *totem_config, const char *ipaddr_key_prefix, unsigned int *node_pos)
void totem_volatile_config_read(struct totem_config *totem_config, icmap_map_t temp_map, const char *deleted_key)
void totemconfig_commit_new_params(struct totem_config *totem_config, icmap_map_t map)
int totem_config_read(struct totem_config *totem_config, const char **error_string, uint64_t *warnings)
int totem_volatile_config_validate(struct totem_config *totem_config, icmap_map_t temp_map, const char **error_string)
int totem_reread_crypto_config(struct totem_config *totem_config, icmap_map_t map, const char **error_string)
int totem_config_validate(struct totem_config *totem_config, const char **error_string)
int totemconfig_configure_new_params(struct totem_config *totem_config, icmap_map_t map, const char **error_string)
int totem_config_keyread(struct totem_config *totem_config, icmap_map_t map, const char **error_string)
Totem Single Ring Protocol.
Totem Single Ring Protocol.