![]() |
pacemaker
3.0.0-d8340737c4
Scalable High-Availability cluster resource manager
|
#include <crm_internal.h>
#include <errno.h>
#include <unistd.h>
#include <stdlib.h>
#include <stdio.h>
#include <stdarg.h>
#include <string.h>
#include <glib.h>
#include <crm/crm.h>
#include <crm/cib/internal.h>
#include <crm/common/mainloop.h>
#include <crm/common/xml.h>
Go to the source code of this file.
Typedefs | |
typedef struct cib_native_opaque_s | cib_native_opaque_t |
Functions | |
cib_t * | cib_native_new (void) |
typedef struct cib_native_opaque_s cib_native_opaque_t |
cib_t* cib_native_new | ( | void | ) |
Definition at line 451 of file cib_native.c.