23 #define attrd_opt_none    0x000 
   24 #define attrd_opt_remote  0x001 
   25 #define attrd_opt_private 0x002 
   30                           const char *name, 
const char *value, 
const char *section,
 
   31                           const char *set, 
const char *dampen, 
const char *user_name, 
int options);
 
   33                          const char *operation, 
const char *interval,
 
   34                          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. 
const char * attrd_get_target(const char *name)
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.