pacemaker  3.0.0-d8340737c4
Scalable High-Availability cluster resource manager
Data Fields
notify_data_s Struct Reference

#include <lib/pengine/pe_status_private.h>

Collaboration diagram for notify_data_s:
Collaboration graph
[legend]

Data Fields

GSList * keys
 
const char * action
 
pcmk_action_tpre
 
pcmk_action_tpost
 
pcmk_action_tpre_done
 
pcmk_action_tpost_done
 
GList * active
 
GList * inactive
 
GList * start
 
GList * stop
 
GList * demote
 
GList * promote
 
GList * promoted
 
GList * unpromoted
 
GHashTable * allowed_nodes
 

Detailed Description

Definition at line 32 of file pe_status_private.h.

Field Documentation

◆ action

const char* notify_data_s::action

Definition at line 35 of file pe_status_private.h.

◆ active

GList* notify_data_s::active

Definition at line 42 of file pe_status_private.h.

◆ allowed_nodes

GHashTable* notify_data_s::allowed_nodes

Definition at line 50 of file pe_status_private.h.

◆ demote

GList* notify_data_s::demote

Definition at line 46 of file pe_status_private.h.

◆ inactive

GList* notify_data_s::inactive

Definition at line 43 of file pe_status_private.h.

◆ keys

GSList* notify_data_s::keys

Definition at line 33 of file pe_status_private.h.

◆ post

pcmk_action_t* notify_data_s::post

Definition at line 38 of file pe_status_private.h.

◆ post_done

pcmk_action_t* notify_data_s::post_done

Definition at line 40 of file pe_status_private.h.

◆ pre

pcmk_action_t* notify_data_s::pre

Definition at line 37 of file pe_status_private.h.

◆ pre_done

pcmk_action_t* notify_data_s::pre_done

Definition at line 39 of file pe_status_private.h.

◆ promote

GList* notify_data_s::promote

Definition at line 47 of file pe_status_private.h.

◆ promoted

GList* notify_data_s::promoted

Definition at line 48 of file pe_status_private.h.

◆ start

GList* notify_data_s::start

Definition at line 44 of file pe_status_private.h.

◆ stop

GList* notify_data_s::stop

Definition at line 45 of file pe_status_private.h.

◆ unpromoted

GList* notify_data_s::unpromoted

Definition at line 49 of file pe_status_private.h.


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