caller_version    665 crmd/lrm.c         const char *caller_version = NULL;
caller_version    680 crmd/lrm.c         caller_version = g_hash_table_lookup(op->params, XML_ATTR_CRM_VERSION);
caller_version    681 crmd/lrm.c         CRM_LOG_ASSERT(caller_version != NULL);
caller_version    683 crmd/lrm.c         if(caller_version == NULL) {
caller_version    684 crmd/lrm.c             caller_version = CRM_FEATURE_SET;
caller_version    687 crmd/lrm.c         crm_trace("Building %s operation update with originator version: %s", op->rsc_id, caller_version);
caller_version    688 crmd/lrm.c         xml_op = create_operation_update(parent, op, caller_version, target_rc, fsa_our_uname, src, LOG_DEBUG);
caller_version    749 crmd/lrm.c         append_restart_list(op, metadata, xml_op, caller_version);
caller_version    750 crmd/lrm.c         append_secure_list(op, metadata, xml_op, caller_version);
caller_version    154 include/crm_internal.h                                  const char *caller_version, int target_rc,
caller_version    457 lib/common/operations.c create_operation_update(xmlNode * parent, lrmd_event_data_t * op, const char * caller_version,
caller_version    469 lib/common/operations.c     gboolean dc_munges_migrate_ops = (compare_version(caller_version, "3.0.3") < 0);
caller_version    470 lib/common/operations.c     gboolean dc_needs_unique_ops = (compare_version(caller_version, "3.0.6") < 0);
caller_version    477 lib/common/operations.c     crm_trace("DC version: %s", caller_version);
caller_version    557 lib/common/operations.c     crm_xml_add(xml_op, XML_ATTR_CRM_VERSION, caller_version);
caller_version    568 lib/common/operations.c     if (compare_version("2.1", caller_version) <= 0) {
caller_version    606 lib/common/operations.c     append_digest(op, xml_op, caller_version, magic, LOG_DEBUG);