pacemaker  1.1.15-e174ec8
Scalable High-Availability cluster resource manager
Macros | Functions
attrd.h File Reference
#include <crm/common/ipc.h>
Include dependency graph for attrd.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define attrd_opt_none   0x000
 
#define attrd_opt_remote   0x001
 
#define attrd_opt_private   0x002
 

Functions

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)
 

Macro Definition Documentation

§ attrd_opt_none

#define attrd_opt_none   0x000

Definition at line 23 of file attrd.h.

§ attrd_opt_private

#define attrd_opt_private   0x002

Definition at line 25 of file attrd.h.

§ attrd_opt_remote

#define attrd_opt_remote   0x001

Definition at line 24 of file attrd.h.

Function Documentation

§ attrd_update_delegate()

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 
)

Definition at line 1770 of file utils.c.