lrmd_call_id       42 daemons/execd/pacemaker-execd.c int lrmd_call_id = 0;
lrmd_call_id      153 daemons/execd/pacemaker-execd.c     lrmd_call_id++;
lrmd_call_id      154 daemons/execd/pacemaker-execd.c     if (lrmd_call_id < 1) {
lrmd_call_id      155 daemons/execd/pacemaker-execd.c         lrmd_call_id = 1;
lrmd_call_id      160 daemons/execd/pacemaker-execd.c     crm_xml_add_int(request, PCMK__XA_LRMD_CALLID, lrmd_call_id);
lrmd_call_id       36 daemons/execd/remoted_tls.c extern int lrmd_call_id;
lrmd_call_id      139 daemons/execd/remoted_tls.c     lrmd_call_id++;
lrmd_call_id      140 daemons/execd/remoted_tls.c     if (lrmd_call_id < 1) {
lrmd_call_id      141 daemons/execd/remoted_tls.c         lrmd_call_id = 1;
lrmd_call_id      146 daemons/execd/remoted_tls.c     crm_xml_add_int(request, PCMK__XA_LRMD_CALLID, lrmd_call_id);