10 #ifndef PCMK__CRM_COMMON_SCORES__H 11 #define PCMK__CRM_COMMON_SCORES__H 25 #define PCMK_SCORE_INFINITY 1000000 37 #if !defined(PCMK_ALLOW_DEPRECATED) || (PCMK_ALLOW_DEPRECATED == 1) 41 #endif // PCMK__CRM_COMMON_SCORES__H const char * pcmk_readable_score(int score)
Return a displayable static string for a score value.
bool pcmk_str_is_infinity(const char *s)
bool pcmk_str_is_minus_infinity(const char *s)
int pcmk_parse_score(const char *score_s, int *score, int default_score)
Parse an integer score from a string.