Fix: JUL domain support with --disable-lttng-ust
[lttng-tools.git] / src / bin / lttng-sessiond / ust-app.h
index 249d568d1fb66f31aaf15cd65fe786e0c17f398e..680ab6f2fe0339c180c9da2e86a4e2ea5787150c 100644 (file)
@@ -555,6 +555,11 @@ struct ust_app *ust_app_find_by_sock(int sock)
 {
        return NULL;
 }
+static inline
+struct ust_app *ust_app_find_by_pid(pid_t pid)
+{
+       return NULL;
+}
 
 #endif /* HAVE_LIBLTTNG_UST_CTL */
 
This page took 0.023975 seconds and 4 git commands to generate.