pacemaker
1.1.18-7fdfbbe
Scalable High-Availability cluster resource manager
|
#include <crm_internal.h>
#include <unistd.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <ctype.h>
#include <errno.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <time.h>
#include <glib.h>
#include <crm/common/util.h>
#include <crm/common/cib_secrets.h>
Go to the source code of this file.
Macros | |
#define | MAX_VALUE_LEN 255 |
#define | MAGIC "lrm://" |
Functions | |
int | replace_secret_params (char *rsc_id, GHashTable *params) |
#define MAGIC "lrm://" |
Definition at line 33 of file cib_secrets.c.
#define MAX_VALUE_LEN 255 |
Definition at line 32 of file cib_secrets.c.
int replace_secret_params | ( | char * | rsc_id, |
GHashTable * | params | ||
) |
Definition at line 89 of file cib_secrets.c.