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

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

Data Fields

enum pcmk_schedulerd_api_reply reply_type
 
union { 
 
   struct { 
 
      xmlNode *   tgraph 
 
      const char *   reference 
 
      const char *   input 
 
   }   graph 
 
data 
 

Detailed Description

Schedulerd reply passed to event callback

Definition at line 36 of file ipc_schedulerd.h.

Field Documentation

◆ [union]

union { ... } pcmk_schedulerd_api_reply_t::data

◆ [struct]

struct { ... } pcmk_schedulerd_api_reply_t::graph

◆ input

const char* pcmk_schedulerd_api_reply_t::input

Definition at line 44 of file ipc_schedulerd.h.

◆ reference

const char* pcmk_schedulerd_api_reply_t::reference

Definition at line 43 of file ipc_schedulerd.h.

◆ reply_type

enum pcmk_schedulerd_api_reply pcmk_schedulerd_api_reply_t::reply_type

Definition at line 37 of file ipc_schedulerd.h.

◆ tgraph

xmlNode* pcmk_schedulerd_api_reply_t::tgraph

Definition at line 42 of file ipc_schedulerd.h.


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