X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fust-app.h;h=4c8c3cc62f310be594444d33492fe5634c4103da;hp=a385cfcd3e5faf06ea2ab7f3616e1d2b838628ce;hb=75018ab6aaa9b49e6248b002d9795319a0e5bb9a;hpb=4605890e0a926f1c88355051dcd6d8a8dd135c58 diff --git a/src/bin/lttng-sessiond/ust-app.h b/src/bin/lttng-sessiond/ust-app.h index a385cfcd3..4c8c3cc62 100644 --- a/src/bin/lttng-sessiond/ust-app.h +++ b/src/bin/lttng-sessiond/ust-app.h @@ -363,6 +363,8 @@ int ust_app_regenerate_statedump_all(struct ltt_ust_session *usess); enum lttng_error_code ust_app_rotate_session(struct ltt_session *session); enum lttng_error_code ust_app_create_channel_subdirectories( const struct ltt_ust_session *session); +int ust_app_release_object(struct ust_app *app, + struct lttng_ust_object_data *data); static inline int ust_app_supported(void) @@ -603,6 +605,12 @@ enum lttng_error_code ust_app_create_channel_subdirectories( return 0; } +static inline +int ust_app_release_object(struct ust_app *app, struct lttng_ust_object_data *data) +{ + return 0; +} + #endif /* HAVE_LIBLTTNG_UST_CTL */ #endif /* _LTT_UST_APP_H */