pacemaker
2.1.5-b7adf64e51
Scalable High-Availability cluster resource manager
|
#include <crm_internal.h>
#include <crm/common/unittest_internal.h>
#include <crm/pengine/internal.h>
Go to the source code of this file.
Variables | |
struct pe_node_shared_s | node1_details |
struct pe_node_shared_s | node2_details |
pe_node_t | node1 = {.details = &node1_details} |
pe_node_t | node2 = {.details = &node2_details} |
pe_node_t node1 = {.details = &node1_details} |
Definition at line 18 of file pe__cmp_node_name_test.c.
struct pe_node_shared_s node1_details |
Definition at line 15 of file pe__cmp_node_name_test.c.
pe_node_t node2 = {.details = &node2_details} |
Definition at line 19 of file pe__cmp_node_name_test.c.
struct pe_node_shared_s node2_details |
Definition at line 16 of file pe__cmp_node_name_test.c.