pacemaker 3.0.1-16e74fc4da
Scalable High-Availability cluster resource manager
Loading...
Searching...
No Matches
pcmk_pacemakerd_api_reply_t Struct Reference

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

Data Fields

enum pcmk_pacemakerd_api_reply reply_type
 
union { 
 
   struct { 
 
      const char *   sys_from 
 
      enum pcmk_pacemakerd_state   state 
 
      time_t   last_good 
 
      int   status 
 
   }   ping 
 
   struct { 
 
      int   status 
 
   }   shutdown 
 
data 
 

Detailed Description

Pacemakerd reply passed to event callback

Definition at line 61 of file ipc_pacemakerd.h.

Field Documentation

◆ [union]

union { ... } pcmk_pacemakerd_api_reply_t::data

◆ last_good

time_t pcmk_pacemakerd_api_reply_t::last_good

Definition at line 69 of file ipc_pacemakerd.h.

◆ [struct]

struct { ... } pcmk_pacemakerd_api_reply_t::ping

◆ reply_type

enum pcmk_pacemakerd_api_reply pcmk_pacemakerd_api_reply_t::reply_type

Definition at line 62 of file ipc_pacemakerd.h.

◆ [struct]

struct { ... } pcmk_pacemakerd_api_reply_t::shutdown

◆ state

enum pcmk_pacemakerd_state pcmk_pacemakerd_api_reply_t::state

Definition at line 68 of file ipc_pacemakerd.h.

◆ status

int pcmk_pacemakerd_api_reply_t::status

Definition at line 70 of file ipc_pacemakerd.h.

◆ sys_from

const char* pcmk_pacemakerd_api_reply_t::sys_from

Definition at line 67 of file ipc_pacemakerd.h.


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