1 /* 2 * Copyright 2004-2024 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 General Public License version 2 7 * or later (GPLv2+) WITHOUT ANY WARRANTY. 8 */ 9 10 #ifndef PCMK__PACEMAKER_SCHEDULERD__H 11 #define PCMK__PACEMAKER_SCHEDULERD__H 12 13 #include <crm_internal.h> 14 #include <crm/common/scheduler.h> 15 16 extern pcmk__output_t *logger_out; 17 extern struct qb_ipcs_service_handlers ipc_callbacks; 18 19 #endif