pacemaker  2.1.2-ada5c3b36
Scalable High-Availability cluster resource manager
services_internal.h
Go to the documentation of this file.
1 /*
2  * Copyright 2010-2021 the Pacemaker project contributors
3  *
4  * The version control history for this file may have further details.
5  *
6  * This source code is licensed under the GNU Lesser General Public License
7  * version 2.1 or later (LGPLv2.1+) WITHOUT ANY WARRANTY.
8  */
9 
10 #ifndef PCMK__SERVICES_INTERNAL__H
11 # define PCMK__SERVICES_INTERNAL__H
12 
13 #ifdef __cplusplus
14 extern "C" {
15 #endif
16 
36 svc_action_t *services__create_resource_action(const char *name, const char *standard,
37  const char *provider, const char *agent,
38  const char *action, guint interval_ms,
39  int timeout /* ms */, GHashTable *params,
40  enum svc_action_flags flags);
41 
45 
46 void services__set_result(svc_action_t *action, int agent_status,
47  enum pcmk_exec_status exec_status,
48  const char *exit_reason);
49 
50 # ifdef __cplusplus
51 }
52 # endif
53 
54 #endif /* PCMK__SERVICES_INTERNAL__H */
const char * services__exit_reason(svc_action_t *action)
Definition: services.c:1308
svc_action_flags
Definition: services.h:100
const char * action
Definition: pcmk_fence.c:30
char * services__grab_stderr(svc_action_t *action)
Definition: services.c:1343
svc_action_t * services__create_resource_action(const char *name, const char *standard, const char *provider, const char *agent, const char *action, guint interval_ms, int timeout, GHashTable *params, enum svc_action_flags flags)
Create a new resource action.
Definition: services.c:254
Object for executing external actions.
Definition: services.h:120
char * services__grab_stdout(svc_action_t *action)
Definition: services.c:1324
void services__set_result(svc_action_t *action, int agent_status, enum pcmk_exec_status exec_status, const char *exit_reason)
Definition: services.c:1264
pcmk_exec_status
Execution status.
Definition: results.h:305
char * name
Definition: pcmk_fence.c:31
unsigned int timeout
Definition: pcmk_fence.c:32
uint64_t flags
Definition: remote.c:149