client_callid    1058 daemons/fenced/fenced_remote.c     crm_element_value_int(request, F_STONITH_CALLID, &(op->client_callid));
client_callid    1144 daemons/fenced/fenced_remote.c     query = stonith_create_op(op->client_callid, op->id, STONITH_OP_QUERY,
client_callid    1422 daemons/fenced/fenced_remote.c     update = stonith_create_op(op->client_callid, op->id, STONITH_OP_TIMEOUT_UPDATE, NULL, 0);
client_callid    1533 daemons/fenced/fenced_remote.c         xmlNode *remote_op = stonith_create_op(op->client_callid, op->id, STONITH_OP_FENCE, NULL, 0);
client_callid     132 daemons/fenced/pacemaker-fenced.h     int client_callid;