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