hello_node        637 lib/common/ipc_controld.c     xmlNode *hello_node = NULL;
hello_node        649 lib/common/ipc_controld.c     hello_node = create_xml_node(NULL, XML_TAG_OPTIONS);
hello_node        650 lib/common/ipc_controld.c     if (hello_node == NULL) {
hello_node        656 lib/common/ipc_controld.c     crm_xml_add(hello_node, "major_version", major_version);
hello_node        657 lib/common/ipc_controld.c     crm_xml_add(hello_node, "minor_version", minor_version);
hello_node        658 lib/common/ipc_controld.c     crm_xml_add(hello_node, "client_name", client_name);
hello_node        659 lib/common/ipc_controld.c     crm_xml_add(hello_node, "client_uuid", uuid);
hello_node        661 lib/common/ipc_controld.c     hello = create_request(CRM_OP_HELLO, hello_node, NULL, NULL, client_name, uuid);
hello_node        667 lib/common/ipc_controld.c     free_xml(hello_node);