X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fmi-lttng.c;h=663d38a7d20fe6326bd694972017112507c9b516;hp=4da97deede2d81731f9d5c52e962600814b75032;hb=1004b7191b421c7c07acf964d0110d93bb022699;hpb=523c4f8cdeb927b789710e3dafcb3f249751ccfd diff --git a/src/common/mi-lttng.c b/src/common/mi-lttng.c index 4da97deed..663d38a7d 100644 --- a/src/common/mi-lttng.c +++ b/src/common/mi-lttng.c @@ -19,7 +19,7 @@ #include #define MI_SCHEMA_MAJOR_VERSION 4 -#define MI_SCHEMA_MINOR_VERSION 0 +#define MI_SCHEMA_MINOR_VERSION 1 /* Machine interface namespace URI */ LTTNG_HIDDEN const char * const mi_lttng_xmlns = "xmlns"; @@ -710,7 +710,6 @@ const char *mi_lttng_eventfieldtype_string(enum lttng_event_field_type val) LTTNG_HIDDEN const char *mi_lttng_domaintype_string(enum lttng_domain_type value) { - /* Note: This is a *duplicate* of get_domain_str from bin/lttng/utils.c */ switch (value) { case LTTNG_DOMAIN_KERNEL: return config_domain_type_kernel;