pacemaker  2.1.5-b7adf64e51
Scalable High-Availability cluster resource manager
Variables
pe__cmp_node_name_test.c File Reference
#include <crm_internal.h>
#include <crm/common/unittest_internal.h>
#include <crm/pengine/internal.h>
Include dependency graph for pe__cmp_node_name_test.c:

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}
 

Variable Documentation

◆ node1

pe_node_t node1 = {.details = &node1_details}

Definition at line 18 of file pe__cmp_node_name_test.c.

◆ node1_details

struct pe_node_shared_s node1_details

Definition at line 15 of file pe__cmp_node_name_test.c.

◆ node2

pe_node_t node2 = {.details = &node2_details}

Definition at line 19 of file pe__cmp_node_name_test.c.

◆ node2_details

struct pe_node_shared_s node2_details

Definition at line 16 of file pe__cmp_node_name_test.c.