client_callid    1234 daemons/fenced/fenced_remote.c     crm_element_value_int(request, PCMK__XA_ST_CALLID, &(op->client_callid));
client_callid    1339 daemons/fenced/fenced_remote.c     query = stonith_create_op(op->client_callid, op->id, STONITH_OP_QUERY,
client_callid    1739 daemons/fenced/fenced_remote.c     update = stonith_create_op(op->client_callid, op->id, STONITH_OP_TIMEOUT_UPDATE, NULL, 0);
client_callid    1930 daemons/fenced/fenced_remote.c         xmlNode *remote_op = stonith_create_op(op->client_callid, op->id, STONITH_OP_FENCE, NULL, 0);
client_callid     137 daemons/fenced/pacemaker-fenced.h     int client_callid;