corosync 3.1.9
|
#include <config.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <errno.h>
#include <sys/time.h>
#include <assert.h>
#include <libknet.h>
#include <corosync/corotypes.h>
#include <corosync/corodefs.h>
#include <corosync/icmap.h>
#include <corosync/logsys.h>
#include "util.h"
Go to the source code of this file.
Data Structures | |
struct | service_names |
Functions | |
LOGSYS_DECLARE_SUBSYS ("MAIN") | |
const char * | short_service_name_get (uint32_t service_id, char *buf, size_t buf_size) |
Get the short name of a service from the service_id. | |
int | name_match (cs_name_t *name1, cs_name_t *name2) |
Compare two names. | |
cs_time_t | clust_time_now (void) |
Get the time of day and convert to nanoseconds. | |
void | _corosync_out_of_memory_error (void) |
void | _corosync_exit_error (enum e_corosync_done err, const char *file, unsigned int line) __attribute__((noreturn)) |
char * | getcs_name_t (cs_name_t *name) |
void | setcs_name_t (cs_name_t *name, char *str) |
int | cs_name_tisEqual (cs_name_t *str1, char *str2) |
const char * | get_state_dir (void) |
int | util_is_valid_knet_crypto_model (const char *val, const char **list_str, int machine_parseable_str, const char *error_string_prefix, const char **error_string) |
int | util_is_valid_knet_compress_model (const char *val, const char **list_str, int machine_parseable_str, const char *error_string_prefix, const char **error_string) |
Definition at line 128 of file util.c.
References COROSYNC_DONE_EXIT, log_printf, LOGSYS_LEVEL_ERROR, LOGSYS_LEVEL_NOTICE, logsys_system_fini(), and nodeid.
Definition at line 174 of file util.c.
References CS_OK, icmap_get_string(), LOCALSTATEDIR, and nodeid.
Referenced by main().
Definition at line 142 of file util.c.
References CS_MAX_NAME_LENGTH, cs_name_t::length, min, nodeid, and cs_name_t::value.
LOGSYS_DECLARE_SUBSYS | ( | "MAIN" | ) |
Definition at line 155 of file util.c.
References CS_MAX_NAME_LENGTH, cs_name_t::length, nodeid, and cs_name_t::value.
Get the short name of a service from the service_id.
Definition at line 74 of file util.c.
References service_names::c_name, service_names::c_val, and nodeid.