pacemaker  2.1.7-0f7f88312f
Scalable High-Availability cluster resource manager
scheduler.c
Go to the documentation of this file.
1 /*
2  * Copyright 2004-2023 the Pacemaker project contributors
3  *
4  * The version control history for this file may have further details.
5  *
6  * This source code is licensed under the GNU Lesser General Public License
7  * version 2.1 or later (LGPLv2.1+) WITHOUT ANY WARRANTY.
8  */
9 
10 #include <crm_internal.h>
11 
12 #include <stdint.h> // uint32_t
13 
14 uint32_t pcmk__warnings = 0;
uint32_t pcmk__warnings
Definition: scheduler.c:14