reg               510 cib/remote.c           xmlNode *reg;
reg               535 cib/remote.c           reg = create_xml_node(NULL, "cib_result");
reg               536 cib/remote.c           crm_xml_add(reg, F_CIB_OPERATION, CRM_OP_REGISTER);
reg               537 cib/remote.c           crm_xml_add(reg, F_CIB_CLIENTID, client->id);
reg               538 cib/remote.c           crm_remote_send(client->remote, reg);
reg               539 cib/remote.c           free_xml(reg);