hello_node        640 lib/common/ipc_controld.c     xmlNode *hello_node = NULL;
hello_node        653 lib/common/ipc_controld.c     hello_node = pcmk__xe_create(NULL, PCMK__XE_OPTIONS);
hello_node        654 lib/common/ipc_controld.c     crm_xml_add(hello_node, PCMK__XA_MAJOR_VERSION, major_version);
hello_node        655 lib/common/ipc_controld.c     crm_xml_add(hello_node, PCMK__XA_MINOR_VERSION, minor_version);
hello_node        656 lib/common/ipc_controld.c     crm_xml_add(hello_node, PCMK__XA_CLIENT_NAME, client_name);
hello_node        659 lib/common/ipc_controld.c     crm_xml_add(hello_node, PCMK__XA_CLIENT_UUID, uuid);
hello_node        663 lib/common/ipc_controld.c                               CRM_OP_HELLO, hello_node);
hello_node        665 lib/common/ipc_controld.c     pcmk__xml_free(hello_node);