X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fust-app.h;h=680ab6f2fe0339c180c9da2e86a4e2ea5787150c;hb=10646003ec8dd54b76990cf335ef2bc56ab17a3e;hp=249d568d1fb66f31aaf15cd65fe786e0c17f398e;hpb=f20baf8e44b5d8a1c90b8b029b876762f6f916a6;p=lttng-tools.git 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 */