pacemaker  2.1.3-ea053b43a
Scalable High-Availability cluster resource manager
Macros | Functions | Variables
char2score_test.c File Reference
#include <crm_internal.h>
#include <stdarg.h>
#include <stddef.h>
#include <stdint.h>
#include <setjmp.h>
#include <cmocka.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)
 

Functions

int main (int argc, char **argv)
 

Variables

int pcmk__score_red
 
int pcmk__score_green
 
int pcmk__score_yellow
 

Macro Definition Documentation

◆ A

#define A (   x)    #x

Definition at line 57 of file char2score_test.c.

◆ B

#define B (   x)    A(x)

Definition at line 58 of file char2score_test.c.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 74 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.