pacemaker  2.1.7-0f7f88312f
Scalable High-Availability cluster resource manager
Macros | Variables
char2score_test.c File Reference
#include <crm_internal.h>
#include <crm/common/unittest_internal.h>
Include dependency graph for char2score_test.c:

Go to the source code of this file.

Macros

#define A(x)   #x
 
#define B(x)   A(x)
 

Variables

int pcmk__score_red
 
int pcmk__score_green
 
int pcmk__score_yellow
 

Macro Definition Documentation

◆ A

#define A (   x)    #x

Definition at line 53 of file char2score_test.c.

◆ B

#define B (   x)    A(x)

Definition at line 54 of file char2score_test.c.

Variable Documentation

◆ pcmk__score_green

int pcmk__score_green

Definition at line 21 of file scores.c.

◆ pcmk__score_red

int pcmk__score_red

Definition at line 20 of file scores.c.

◆ pcmk__score_yellow

int pcmk__score_yellow

Definition at line 22 of file scores.c.