Page Menu
Home
ClusterLabs Projects
Search
Configure Global Search
Log In
Files
F4638374
tags.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
900 B
Referenced Files
None
Subscribers
None
tags.h
View Options
/*
* Copyright 2004-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_TAGS__H
#define PCMK__CRM_COMMON_TAGS__H
#include <glib.h> // GList
#ifdef __cplusplus
extern "C" {
#endif
/*!
* \file
* \brief Scheduler API for configuration tags
* \ingroup core
*/
// Configuration tag object
// @COMPAT Make internal when we can break API backward compatibility
//!@{
//! \deprecated Do not use (public access will be removed in a future release)
typedef struct pe_tag_s {
char *id; // XML ID of tag
GList *refs; // XML IDs of objects that reference the tag
} pcmk_tag_t;
//!@}
#ifdef __cplusplus
}
#endif
#endif // PCMK__CRM_COMMON_TAGS__H
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Thu, Jul 10, 12:25 AM (25 m, 58 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2009283
Default Alt Text
tags.h (900 B)
Attached To
Mode
rP Pacemaker
Attached
Detach File
Event Timeline
Log In to Comment