X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fust-app.h;h=164bc2c6f2c95acf59d91e2a339cd55f3b338fef;hp=6f3588a54f6930f9f4a105b4ef84084420d939dd;hb=4064563ea326f6f26d2c458009beb9ebdb3ba840;hpb=ab5be9fa2eb5ba9600a82cd18fd3cfcbac69169a diff --git a/src/bin/lttng-sessiond/ust-app.h b/src/bin/lttng-sessiond/ust-app.h index 6f3588a54..164bc2c6f 100644 --- a/src/bin/lttng-sessiond/ust-app.h +++ b/src/bin/lttng-sessiond/ust-app.h @@ -354,6 +354,7 @@ enum lttng_error_code ust_app_create_channel_subdirectories( int ust_app_release_object(struct ust_app *app, struct lttng_ust_object_data *data); enum lttng_error_code ust_app_clear_session(struct ltt_session *session); +enum lttng_error_code ust_app_open_packets(struct ltt_session *session); static inline int ust_app_supported(void) @@ -600,6 +601,12 @@ enum lttng_error_code ust_app_clear_session(struct ltt_session *session) return 0; } +static inline +enum lttng_error_code ust_app_open_packets(struct ltt_session *session) +{ + return 0; +} + #endif /* HAVE_LIBLTTNG_UST_CTL */ #endif /* _LTT_UST_APP_H */