pacemaker  2.1.3-ea053b43a
Scalable High-Availability cluster resource manager
Macros | Functions
options.c File Reference
#include <crm_internal.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <crm/crm.h>
Include dependency graph for options.c:

Go to the source code of this file.

Macros

#define _GNU_SOURCE
 

Functions

void pcmk__cli_option_cleanup ()
 
void pcmk__set_cli_options (const char *short_options, const char *app_usage, pcmk__cli_option_t *long_options, const char *app_desc)
 
int pcmk__next_cli_option (int argc, char **argv, int *index, const char **longname)
 
void pcmk__cli_help (char cmd, crm_exit_t exit_code)
 
const char * pcmk__env_option (const char *option)
 
void pcmk__set_env_option (const char *option, const char *value)
 Set or unset a Pacemaker environment variable option. More...
 
bool pcmk__env_option_enabled (const char *daemon, const char *option)
 
bool pcmk__valid_interval_spec (const char *value)
 
bool pcmk__valid_boolean (const char *value)
 
bool pcmk__valid_number (const char *value)
 
bool pcmk__valid_positive_number (const char *value)
 
bool pcmk__valid_quorum (const char *value)
 
bool pcmk__valid_script (const char *value)
 
bool pcmk__valid_percentage (const char *value)
 
const char * pcmk__cluster_option (GHashTable *options, pcmk__cluster_option_t *option_list, int len, const char *name)
 
char * pcmk__format_option_metadata (const char *name, const char *desc_short, const char *desc_long, pcmk__cluster_option_t *option_list, int len)
 
void pcmk__validate_cluster_options (GHashTable *options, pcmk__cluster_option_t *option_list, int len)
 

Macro Definition Documentation

◆ _GNU_SOURCE

#define _GNU_SOURCE

Definition at line 11 of file options.c.

Function Documentation

◆ pcmk__cli_help()

void pcmk__cli_help ( char  cmd,
crm_exit_t  exit_code 
)

Definition at line 192 of file options.c.

◆ pcmk__cli_option_cleanup()

void pcmk__cli_option_cleanup ( void  )

Definition at line 39 of file options.c.

◆ pcmk__cluster_option()

const char* pcmk__cluster_option ( GHashTable *  options,
pcmk__cluster_option_t option_list,
int  len,
const char *  name 
)

Definition at line 538 of file options.c.

◆ pcmk__env_option()

const char* pcmk__env_option ( const char *  option)

Definition at line 286 of file options.c.

◆ pcmk__env_option_enabled()

bool pcmk__env_option_enabled ( const char *  daemon,
const char *  option 
)

Definition at line 356 of file options.c.

◆ pcmk__format_option_metadata()

char* pcmk__format_option_metadata ( const char *  name,
const char *  desc_short,
const char *  desc_long,
pcmk__cluster_option_t option_list,
int  len 
)

Definition at line 607 of file options.c.

◆ pcmk__next_cli_option()

int pcmk__next_cli_option ( int  argc,
char **  argv,
int *  index,
const char **  longname 
)

Definition at line 147 of file options.c.

◆ pcmk__set_cli_options()

void pcmk__set_cli_options ( const char *  short_options,
const char *  app_usage,
pcmk__cli_option_t long_options,
const char *  app_desc 
)

Definition at line 105 of file options.c.

◆ pcmk__set_env_option()

void pcmk__set_env_option ( const char *  option,
const char *  value 
)

Set or unset a Pacemaker environment variable option.

Set an environment variable option with both a PCMK_ and (for backward compatibility) HA_ prefix.

Parameters
[in]optionEnvironment variable name (without prefix)
[in]valueNew value (or NULL to unset)

Definition at line 319 of file options.c.

◆ pcmk__valid_boolean()

bool pcmk__valid_boolean ( const char *  value)

Definition at line 376 of file options.c.

◆ pcmk__valid_interval_spec()

bool pcmk__valid_interval_spec ( const char *  value)

Definition at line 369 of file options.c.

◆ pcmk__valid_number()

bool pcmk__valid_number ( const char *  value)

Definition at line 384 of file options.c.

◆ pcmk__valid_percentage()

bool pcmk__valid_percentage ( const char *  value)

Definition at line 440 of file options.c.

◆ pcmk__valid_positive_number()

bool pcmk__valid_positive_number ( const char *  value)

Definition at line 398 of file options.c.

◆ pcmk__valid_quorum()

bool pcmk__valid_quorum ( const char *  value)

Definition at line 407 of file options.c.

◆ pcmk__valid_script()

bool pcmk__valid_script ( const char *  value)

Definition at line 413 of file options.c.

◆ pcmk__validate_cluster_options()

void pcmk__validate_cluster_options ( GHashTable *  options,
pcmk__cluster_option_t option_list,
int  len 
)

Definition at line 683 of file options.c.