hello_node        581 lib/common/ipc_controld.c     xmlNode *hello_node = NULL;
hello_node        593 lib/common/ipc_controld.c     hello_node = create_xml_node(NULL, XML_TAG_OPTIONS);
hello_node        594 lib/common/ipc_controld.c     if (hello_node == NULL) {
hello_node        600 lib/common/ipc_controld.c     crm_xml_add(hello_node, "major_version", major_version);
hello_node        601 lib/common/ipc_controld.c     crm_xml_add(hello_node, "minor_version", minor_version);
hello_node        602 lib/common/ipc_controld.c     crm_xml_add(hello_node, "client_name", client_name);
hello_node        603 lib/common/ipc_controld.c     crm_xml_add(hello_node, "client_uuid", uuid);
hello_node        605 lib/common/ipc_controld.c     hello = create_request(CRM_OP_HELLO, hello_node, NULL, NULL, client_name, uuid);
hello_node        611 lib/common/ipc_controld.c     free_xml(hello_node);