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

Fencing history entry. More...

#include <include/crm/stonith-ng.h>

Collaboration diagram for stonith_history_s:

Data Fields

char * target
 
char * action
 
char * origin
 
char * delegate
 
char * client
 
int state
 
time_t completed
 
struct stonith_history_snext
 
long completed_nsec
 
char * exit_reason
 

Detailed Description

Fencing history entry.

Deprecated
Do not use

Definition at line 173 of file stonith-ng.h.

Field Documentation

◆ action

char* stonith_history_s::action

Definition at line 175 of file stonith-ng.h.

◆ client

char* stonith_history_s::client

Definition at line 178 of file stonith-ng.h.

◆ completed

time_t stonith_history_s::completed

Definition at line 180 of file stonith-ng.h.

◆ completed_nsec

long stonith_history_s::completed_nsec

Definition at line 182 of file stonith-ng.h.

◆ delegate

char* stonith_history_s::delegate

Definition at line 177 of file stonith-ng.h.

◆ exit_reason

char* stonith_history_s::exit_reason

Definition at line 183 of file stonith-ng.h.

◆ next

struct stonith_history_s* stonith_history_s::next

Definition at line 181 of file stonith-ng.h.

◆ origin

char* stonith_history_s::origin

Definition at line 176 of file stonith-ng.h.

◆ state

int stonith_history_s::state

Definition at line 179 of file stonith-ng.h.

◆ target

char* stonith_history_s::target

Definition at line 174 of file stonith-ng.h.


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