Signed-off-by: David Goulet <dgoulet@efficios.com>
buffer-registry.c buffer-registry.h \
testpoint.h ht-cleanup.c \
snapshot.c snapshot.h \
- jul.c jul.h jul-thread.c jul-thread.h
+ jul.c jul.h
if HAVE_LIBLTTNG_UST_CTL
lttng_sessiond_SOURCES += trace-ust.c ust-registry.c ust-app.c \
ust-consumer.c ust-consumer.h ust-thread.c \
- ust-metadata.c ust-clock.h
+ ust-metadata.c ust-clock.h jul-thread.c jul-thread.h
endif
# Add main.c at the end for compile order
#else /* HAVE_LIBLTTNG_UST_CTL */
-void *jul_thread_manage_registration(void *data);
+static inline
+void *jul_thread_manage_registration(void *data)
{
return NULL;
}
{
return NULL;
}
+static inline
+struct ust_app *ust_app_find_by_pid(pid_t pid)
+{
+ return NULL;
+}
#endif /* HAVE_LIBLTTNG_UST_CTL */