pacemaker
2.1.9-49aab99839
Scalable High-Availability cluster resource manager
|
#include <crm_internal.h>
#include <glib.h>
#include <crm/common/unittest_internal.h>
#include <crm/common/iso8601.h>
#include <crm/common/xml.h>
#include "../../crmcommon_private.h"
Go to the source code of this file.
Macros | |
#define | MONTHS_TO_SECONDS |
#define | ALL_VALID "<duration id=\"duration1\" years=\"1\" " MONTHS_TO_SECONDS |
#define | NO_ID "<duration years=\"1\" " MONTHS_TO_SECONDS |
#define | YEARS_INVALID |
#define ALL_VALID "<duration id=\"duration1\" years=\"1\" " MONTHS_TO_SECONDS |
Definition at line 23 of file pcmk__unpack_duration_test.c.
#define MONTHS_TO_SECONDS |
Definition at line 20 of file pcmk__unpack_duration_test.c.
#define NO_ID "<duration years=\"1\" " MONTHS_TO_SECONDS |
Definition at line 25 of file pcmk__unpack_duration_test.c.
#define YEARS_INVALID |
Definition at line 27 of file pcmk__unpack_duration_test.c.