pacemaker  2.1.7-0f7f88312f
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 46 of file pe_status_private.h.

Field Documentation

◆ action

const char* notify_data_s::action

Definition at line 49 of file pe_status_private.h.

◆ active

GList* notify_data_s::active

Definition at line 56 of file pe_status_private.h.

◆ allowed_nodes

GHashTable* notify_data_s::allowed_nodes

Definition at line 64 of file pe_status_private.h.

◆ demote

GList* notify_data_s::demote

Definition at line 60 of file pe_status_private.h.

◆ inactive

GList* notify_data_s::inactive

Definition at line 57 of file pe_status_private.h.

◆ keys

GSList* notify_data_s::keys

Definition at line 47 of file pe_status_private.h.

◆ post

pcmk_action_t* notify_data_s::post

Definition at line 52 of file pe_status_private.h.

◆ post_done

pcmk_action_t* notify_data_s::post_done

Definition at line 54 of file pe_status_private.h.

◆ pre

pcmk_action_t* notify_data_s::pre

Definition at line 51 of file pe_status_private.h.

◆ pre_done

pcmk_action_t* notify_data_s::pre_done

Definition at line 53 of file pe_status_private.h.

◆ promote

GList* notify_data_s::promote

Definition at line 61 of file pe_status_private.h.

◆ promoted

GList* notify_data_s::promoted

Definition at line 62 of file pe_status_private.h.

◆ start

GList* notify_data_s::start

Definition at line 58 of file pe_status_private.h.

◆ stop

GList* notify_data_s::stop

Definition at line 59 of file pe_status_private.h.

◆ unpromoted

GList* notify_data_s::unpromoted

Definition at line 63 of file pe_status_private.h.


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