pacemaker  2.1.7-0f7f88312f
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
 
pcmk_node_t node1 = { .details = &node1_details }
 
pcmk_node_t node2 = { .details = &node2_details }
 

Variable Documentation

◆ node1

pcmk_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

pcmk_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.