|
pacemaker
2.1.4-dc6eb4362
Scalable High-Availability cluster resource manager
|
#include <crm_internal.h>#include <sys/types.h>#include <sys/stat.h>#include <sys/wait.h>#include <errno.h>#include <unistd.h>#include <dirent.h>#include <grp.h>#include <string.h>#include <sys/time.h>#include <sys/resource.h>#include "crm/crm.h"#include "crm/common/mainloop.h"#include "crm/services.h"#include "crm/services_internal.h"#include "services_private.h"
Go to the source code of this file.
Macros | |
| #define | _GNU_SOURCE |
| #define | EXIT_REASON_MAX_LEN 128 |
Functions | |
| gboolean | recurring_action_timer (gpointer data) |
| int | services__finalize_async_op (svc_action_t *op) |
| int | services__generic_error (svc_action_t *op) |
| int | services__not_installed_error (svc_action_t *op) |
| int | services__authorization_error (svc_action_t *op) |
| int | services__configuration_error (svc_action_t *op, bool is_fatal) |
| void | services__handle_exec_error (svc_action_t *op, int error) |
| int | services__execute_file (svc_action_t *op) |
| GList * | services_os_get_single_directory_list (const char *root, gboolean files, gboolean executable) |
| GList * | services_os_get_directory_list (const char *root, gboolean files, gboolean executable) |
Variables | |
| volatile struct sigchld_data_s * | last_sigchld_data = NULL |
| #define _GNU_SOURCE |
Definition at line 13 of file services_linux.c.
| #define EXIT_REASON_MAX_LEN 128 |
Definition at line 598 of file services_linux.c.
| gboolean recurring_action_timer | ( | gpointer | data | ) |
Definition at line 476 of file services_linux.c.
| int services__authorization_error | ( | svc_action_t * | op | ) |
Definition at line 791 of file services_linux.c.
| int services__configuration_error | ( | svc_action_t * | op, |
| bool | is_fatal | ||
| ) |
Definition at line 827 of file services_linux.c.
| int services__execute_file | ( | svc_action_t * | op | ) |
Definition at line 1168 of file services_linux.c.
| int services__finalize_async_op | ( | svc_action_t * | op | ) |
Definition at line 512 of file services_linux.c.
| int services__generic_error | ( | svc_action_t * | op | ) |
Definition at line 721 of file services_linux.c.
| void services__handle_exec_error | ( | svc_action_t * | op, |
| int | error | ||
| ) |
Definition at line 859 of file services_linux.c.
| int services__not_installed_error | ( | svc_action_t * | op | ) |
Definition at line 756 of file services_linux.c.
| GList* services_os_get_directory_list | ( | const char * | root, |
| gboolean | files, | ||
| gboolean | executable | ||
| ) |
Definition at line 1416 of file services_linux.c.
| GList* services_os_get_single_directory_list | ( | const char * | root, |
| gboolean | files, | ||
| gboolean | executable | ||
| ) |
Definition at line 1361 of file services_linux.c.
| volatile struct sigchld_data_s* last_sigchld_data = NULL |
Definition at line 143 of file services_linux.c.
1.8.14