hello_node        603 lib/common/ipc_controld.c     xmlNode *hello_node = NULL;
hello_node        615 lib/common/ipc_controld.c     hello_node = create_xml_node(NULL, XML_TAG_OPTIONS);
hello_node        616 lib/common/ipc_controld.c     if (hello_node == NULL) {
hello_node        622 lib/common/ipc_controld.c     crm_xml_add(hello_node, "major_version", major_version);
hello_node        623 lib/common/ipc_controld.c     crm_xml_add(hello_node, "minor_version", minor_version);
hello_node        624 lib/common/ipc_controld.c     crm_xml_add(hello_node, "client_name", client_name);
hello_node        625 lib/common/ipc_controld.c     crm_xml_add(hello_node, "client_uuid", uuid);
hello_node        627 lib/common/ipc_controld.c     hello = create_request(CRM_OP_HELLO, hello_node, NULL, NULL, client_name, uuid);
hello_node        633 lib/common/ipc_controld.c     free_xml(hello_node);