pacemaker
2.1.0-7c3f660
Scalable High-Availability cluster resource manager
|
#include <include/crm/stonith-ng.h>
Data Fields | |
char * | id |
char * | type |
char * | message |
char * | operation |
int | result |
char * | origin |
char * | target |
char * | action |
char * | executioner |
char * | device |
char * | client_origin |
Definition at line 111 of file stonith-ng.h.
char* stonith_event_s::action |
Definition at line 121 of file stonith-ng.h.
char* stonith_event_s::client_origin |
The name of the client that initiated the action.
Definition at line 127 of file stonith-ng.h.
char* stonith_event_s::device |
Definition at line 124 of file stonith-ng.h.
char* stonith_event_s::executioner |
Definition at line 122 of file stonith-ng.h.
char* stonith_event_s::id |
Definition at line 113 of file stonith-ng.h.
char* stonith_event_s::message |
Definition at line 115 of file stonith-ng.h.
char* stonith_event_s::operation |
Definition at line 116 of file stonith-ng.h.
char* stonith_event_s::origin |
Definition at line 119 of file stonith-ng.h.
int stonith_event_s::result |
Definition at line 118 of file stonith-ng.h.
char* stonith_event_s::target |
Definition at line 120 of file stonith-ng.h.
char* stonith_event_s::type |
Definition at line 114 of file stonith-ng.h.