remote_op 1469 fencing/remote.c xmlNode *remote_op = stonith_create_op(op->client_callid, op->id, STONITH_OP_FENCE, NULL, 0); remote_op 1471 fencing/remote.c crm_xml_add(remote_op, F_STONITH_REMOTE_OP_ID, op->id); remote_op 1472 fencing/remote.c crm_xml_add(remote_op, F_STONITH_TARGET, op->target); remote_op 1473 fencing/remote.c crm_xml_add(remote_op, F_STONITH_ACTION, op->action); remote_op 1474 fencing/remote.c crm_xml_add(remote_op, F_STONITH_ORIGIN, op->originator); remote_op 1475 fencing/remote.c crm_xml_add(remote_op, F_STONITH_CLIENTID, op->client_id); remote_op 1476 fencing/remote.c crm_xml_add(remote_op, F_STONITH_CLIENTNAME, op->client_name); remote_op 1477 fencing/remote.c crm_xml_add_int(remote_op, F_STONITH_TIMEOUT, timeout); remote_op 1478 fencing/remote.c crm_xml_add_int(remote_op, F_STONITH_CALLOPTS, op->call_options); remote_op 1485 fencing/remote.c crm_xml_add(remote_op, F_STONITH_DEVICE, device); remote_op 1486 fencing/remote.c crm_xml_add(remote_op, F_STONITH_MODE, "slave"); remote_op 1492 fencing/remote.c crm_xml_add(remote_op, F_STONITH_MODE, "smart"); remote_op 1521 fencing/remote.c send_cluster_message(crm_get_peer(0, peer->host), crm_msg_stonith_ng, remote_op, FALSE); remote_op 1523 fencing/remote.c free_xml(remote_op);