hello_node 630 lib/common/ipc_controld.c xmlNode *hello_node = NULL; hello_node 642 lib/common/ipc_controld.c hello_node = pcmk__xe_create(NULL, PCMK__XE_OPTIONS); hello_node 643 lib/common/ipc_controld.c crm_xml_add(hello_node, PCMK__XA_MAJOR_VERSION, major_version); hello_node 644 lib/common/ipc_controld.c crm_xml_add(hello_node, PCMK__XA_MINOR_VERSION, minor_version); hello_node 645 lib/common/ipc_controld.c crm_xml_add(hello_node, PCMK__XA_CLIENT_NAME, client_name); hello_node 648 lib/common/ipc_controld.c crm_xml_add(hello_node, PCMK__XA_CLIENT_UUID, uuid); hello_node 650 lib/common/ipc_controld.c hello = create_request(CRM_OP_HELLO, hello_node, NULL, NULL, client_name, uuid); hello_node 656 lib/common/ipc_controld.c free_xml(hello_node);