pacemaker  2.1.7-0f7f88312f
Scalable High-Availability cluster resource manager
Data Fields
pcmk__attrd_api_reply_t Struct Reference

#include <include/crm/common/ipc_attrd_internal.h>

Data Fields

enum pcmk__attrd_api_reply reply_type
 
union {
   GList *   pairs
 
data
 

Detailed Description

Attribute manager reply passed to event callback

Note
The pointers in the reply are only guaranteed to be meaningful for the execution of the callback; if the values are needed for later, the callback should copy them.

Definition at line 40 of file ipc_attrd_internal.h.

Field Documentation

◆ data

union { ... } pcmk__attrd_api_reply_t::data

◆ pairs

GList* pcmk__attrd_api_reply_t::pairs

Definition at line 45 of file ipc_attrd_internal.h.

◆ reply_type

enum pcmk__attrd_api_reply pcmk__attrd_api_reply_t::reply_type

Definition at line 41 of file ipc_attrd_internal.h.


The documentation for this struct was generated from the following file: