hello_node 599 lib/common/ipc_controld.c xmlNode *hello_node = NULL; hello_node 611 lib/common/ipc_controld.c hello_node = create_xml_node(NULL, XML_TAG_OPTIONS); hello_node 612 lib/common/ipc_controld.c if (hello_node == NULL) { hello_node 618 lib/common/ipc_controld.c crm_xml_add(hello_node, "major_version", major_version); hello_node 619 lib/common/ipc_controld.c crm_xml_add(hello_node, "minor_version", minor_version); hello_node 620 lib/common/ipc_controld.c crm_xml_add(hello_node, "client_name", client_name); hello_node 621 lib/common/ipc_controld.c crm_xml_add(hello_node, "client_uuid", uuid); hello_node 623 lib/common/ipc_controld.c hello = create_request(CRM_OP_HELLO, hello_node, NULL, NULL, client_name, uuid); hello_node 629 lib/common/ipc_controld.c free_xml(hello_node);