pacemaker  2.1.8-3980678f03
Scalable High-Availability cluster resource manager
Functions
scores_compat.h File Reference

Deprecated Pacemaker score APIs. More...

#include <sys/types.h>
Include dependency graph for scores_compat.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

char * score2char (int score)
 
char * score2char_stack (int score, char *buf, size_t len)
 

Detailed Description

Deprecated Pacemaker score APIs.

Deprecated:
Do not include this header directly. The APIs in this header, and the header itself, will be removed in a future release.

Definition in file scores_compat.h.

Function Documentation

◆ score2char()

char* score2char ( int  score)
Deprecated:
Use pcmk_readable_score() instead

Definition at line 148 of file scores.c.

◆ score2char_stack()

char* score2char_stack ( int  score,
char *  buf,
size_t  len 
)
Deprecated:
Use pcmk_readable_score() instead

Definition at line 154 of file scores.c.