23 #define attrd_opt_none 0x000 24 #define attrd_opt_remote 0x001 25 #define attrd_opt_private 0x002 28 const char *name,
const char *value,
const char *section,
29 const char *
set,
const char *dampen,
const char *user_name,
int options);
31 const char *operation,
const char *interval,
32 const char *user_name,
int options);
int attrd_clear_delegate(crm_ipc_t *ipc, const char *host, const char *resource, const char *operation, const char *interval, const char *user_name, int options)
Send a request to attrd to clear resource failure.
struct crm_ipc_s crm_ipc_t
int attrd_update_delegate(crm_ipc_t *ipc, char command, const char *host, const char *name, const char *value, const char *section, const char *set, const char *dampen, const char *user_name, int options)
Send a request to attrd.
Wrappers for and extensions to libqb IPC.