X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fust-app.h;h=680ab6f2fe0339c180c9da2e86a4e2ea5787150c;hp=249d568d1fb66f31aaf15cd65fe786e0c17f398e;hb=95b1d17cea42945a561e9e4375347835fdc80d09;hpb=3c6a091f88fa6b237729cab17d6f6d227da82f59 diff --git a/src/bin/lttng-sessiond/ust-app.h b/src/bin/lttng-sessiond/ust-app.h index 249d568d1..680ab6f2f 100644 --- a/src/bin/lttng-sessiond/ust-app.h +++ b/src/bin/lttng-sessiond/ust-app.h @@ -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 */