#include <glib.h>
Go to the source code of this file.
|
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__format_result (pcmk__action_result_t *result, int exit_status, enum pcmk_exec_status exec_status, const char *format,...) G_GNUC_PRINTF(4 |
|
void void | pcmk__set_result_output (pcmk__action_result_t *result, char *out, char *err) |
|
void | pcmk__reset_result (pcmk__action_result_t *result) |
|
void | pcmk__copy_result (pcmk__action_result_t *src, pcmk__action_result_t *dst) |
|
◆ PCMK__EXITC_ERROR
◆ PCMK__RC_ERROR
◆ PCMK__UNKNOWN_RESULT
#define PCMK__UNKNOWN_RESULT |
Value:{ \
.exit_reason = NULL, \
.action_stdout = NULL, \
.action_stderr = NULL, \
}
Used only to initialize variables.
Definition at line 40 of file results_internal.h.
◆ pcmk__copy_result()
◆ pcmk__exitc_error_quark()
GQuark pcmk__exitc_error_quark |
( |
void |
| ) |
|
◆ pcmk__format_result()
◆ pcmk__rc_error_quark()
GQuark pcmk__rc_error_quark |
( |
void |
| ) |
|
◆ pcmk__reset_result()
◆ pcmk__set_result()
◆ pcmk__set_result_output()