X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Fmi-lttng.c;h=c4bda37bb84ede2269429a698ee74cc363820d4d;hb=f2c1f0d46e0ed64f57a4f3bc3a5d6c5b6d743b77;hp=2a69d45298b801c68722d45e7dfca7dc10328e2b;hpb=65ae1ae9f0edbb4352b1e4a96b414e5b1bd8858b;p=lttng-tools.git diff --git a/src/common/mi-lttng.c b/src/common/mi-lttng.c index 2a69d4529..c4bda37bb 100644 --- a/src/common/mi-lttng.c +++ b/src/common/mi-lttng.c @@ -363,7 +363,7 @@ const char *mi_lttng_logleveltype_string(enum lttng_loglevel_type value) } } -LTTNG_HIDDEN +static const char *mi_lttng_eventtype_string(enum lttng_event_type value) { switch (value) { @@ -1313,7 +1313,7 @@ end: return ret; } -LTTNG_HIDDEN +static int mi_lttng_event_userspace_probe(struct mi_writer *writer, struct lttng_event *event) {