diff --git a/include/crm/lrmd_compat.h b/include/crm/lrmd_compat.h index 1598cbcd5a..5068faad86 100644 --- a/include/crm/lrmd_compat.h +++ b/include/crm/lrmd_compat.h @@ -1,57 +1,54 @@ /* * Copyright 2012-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_LRMD_COMPAT__H # define PCMK__CRM_LRMD_COMPAT__H #ifdef __cplusplus extern "C" { #endif /** * \file * \brief Deprecated executor utilities * \ingroup core * \deprecated Do not include this header directly. The utilities in this * header, and the header itself, will be removed in a future * release. */ //! \deprecated Do not use #define F_LRMD_OPERATION "lrmd_op" //! \deprecated Do not use #define F_LRMD_CLIENTNAME "lrmd_clientname" //! \deprecated Do not use #define F_LRMD_CALLBACK_TOKEN "lrmd_async_id" //! \deprecated Do not use #define F_LRMD_IS_IPC_PROVIDER "lrmd_is_ipc_provider" //! \deprecated Do not use #define F_LRMD_CLIENTID "lrmd_clientid" //! \deprecated Do not use #define F_LRMD_PROTOCOL_VERSION "lrmd_protocol_version" //! \deprecated Do not use #define F_LRMD_REMOTE_MSG_TYPE "lrmd_remote_msg_type" //! \deprecated Do not use #define F_LRMD_REMOTE_MSG_ID "lrmd_remote_msg_id" -//! \deprecated Do not use -#define F_LRMD_CALLID "lrmd_callid" - #ifdef __cplusplus } #endif #endif // PCMK__CRM_LRMD_COMPAT__H