hello_node        622 lib/common/ipc_controld.c     xmlNode *hello_node = NULL;
hello_node        634 lib/common/ipc_controld.c     hello_node = create_xml_node(NULL, XML_TAG_OPTIONS);
hello_node        635 lib/common/ipc_controld.c     if (hello_node == NULL) {
hello_node        641 lib/common/ipc_controld.c     crm_xml_add(hello_node, "major_version", major_version);
hello_node        642 lib/common/ipc_controld.c     crm_xml_add(hello_node, "minor_version", minor_version);
hello_node        643 lib/common/ipc_controld.c     crm_xml_add(hello_node, "client_name", client_name);
hello_node        644 lib/common/ipc_controld.c     crm_xml_add(hello_node, "client_uuid", uuid);
hello_node        646 lib/common/ipc_controld.c     hello = create_request(CRM_OP_HELLO, hello_node, NULL, NULL, client_name, uuid);
hello_node        652 lib/common/ipc_controld.c     free_xml(hello_node);