Page Menu
Home
ClusterLabs Projects
Search
Configure Global Search
Log In
Files
F4512663
scheduler_types.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
889 B
Referenced Files
None
Subscribers
None
scheduler_types.h
View Options
/*
* Copyright 2023-2024 the Pacemaker project contributors
*
* The version control history for this file may have further details.
*
* This source code is licensed under the GNU Lesser General Public License
* version 2.1 or later (LGPLv2.1+) WITHOUT ANY WARRANTY.
*/
#ifndef PCMK__CRM_COMMON_SCHEDULER_TYPES__H
#define PCMK__CRM_COMMON_SCHEDULER_TYPES__H
#ifdef __cplusplus
extern "C" {
#endif
/*!
* \file
* \brief Type aliases needed to define scheduler objects
* \ingroup core
*/
//! Node object (including information that may vary depending on resource)
typedef struct pe_node_s pcmk_node_t;
//! Resource object
typedef struct pe_resource_s pcmk_resource_t;
//! Action object
typedef struct pe_action_s pcmk_action_t;
//! Scheduler object
typedef struct pe_working_set_s pcmk_scheduler_t;
#ifdef __cplusplus
}
#endif
#endif // PCMK__CRM_COMMON_SCHEDULER_TYPES__H
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Wed, Jun 25, 6:26 AM (13 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1952429
Default Alt Text
scheduler_types.h (889 B)
Attached To
Mode
rP Pacemaker
Attached
Detach File
Event Timeline
Log In to Comment