X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fust-app.h;h=dc636777eac1a8a411fa0a04d4ce6cdfb11c2455;hb=12a84043953849729e42f498e7386a6612f9d5ee;hp=2d3695cef67459315104e0bc5cef9c6f7547f699;hpb=57703f6e0047955a0c68829630fcc42aad988a39;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/ust-app.h b/src/bin/lttng-sessiond/ust-app.h index 2d3695cef..dc636777e 100644 --- a/src/bin/lttng-sessiond/ust-app.h +++ b/src/bin/lttng-sessiond/ust-app.h @@ -410,8 +410,10 @@ struct ust_app *ust_app_get_by_pid(pid_t pid) return NULL; } static inline -void ust_app_ht_alloc(void) -{} +int ust_app_ht_alloc(void) +{ + return 0; +} static inline void ust_app_global_update(struct ltt_ust_session *usess, int sock) {}