X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fmi-lttng.c;h=c4bda37bb84ede2269429a698ee74cc363820d4d;hp=2a69d45298b801c68722d45e7dfca7dc10328e2b;hb=f5a2d630c739bf23e1bb7d1ab5602d21ec12aedb;hpb=1f8d1c146ba9c46338d04c416a75ee6d105c5c50 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) {