|
pacemaker
2.1.2-ada5c3b36
Scalable High-Availability cluster resource manager
|
#include <glib.h>

Go to the source code of this file.
Data Structures | |
| struct | pcmk__action_result_t |
Macros | |
| #define | PCMK__RC_ERROR pcmk__rc_error_quark() |
| #define | PCMK__EXITC_ERROR pcmk__exitc_error_quark() |
Functions | |
| GQuark | pcmk__rc_error_quark (void) |
| GQuark | pcmk__exitc_error_quark (void) |
| void | pcmk__set_result (pcmk__action_result_t *result, int exit_status, enum pcmk_exec_status exec_status, const char *exit_reason) |
| void | pcmk__set_result_output (pcmk__action_result_t *result, char *out, char *err) |
| void | pcmk__reset_result (pcmk__action_result_t *result) |
| #define PCMK__EXITC_ERROR pcmk__exitc_error_quark() |
Definition at line 21 of file results_internal.h.
| #define PCMK__RC_ERROR pcmk__rc_error_quark() |
Definition at line 20 of file results_internal.h.
| GQuark pcmk__exitc_error_quark | ( | void | ) |
| GQuark pcmk__rc_error_quark | ( | void | ) |
| void pcmk__reset_result | ( | pcmk__action_result_t * | result | ) |
| void pcmk__set_result | ( | pcmk__action_result_t * | result, |
| int | exit_status, | ||
| enum pcmk_exec_status | exec_status, | ||
| const char * | exit_reason | ||
| ) |
| void pcmk__set_result_output | ( | pcmk__action_result_t * | result, |
| char * | out, | ||
| char * | err | ||
| ) |
1.8.14