X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fust-app.h;h=29eaea7ec4141706a7ebc75ddfa770bc773614b3;hp=5d8485f3b208608c9968b5fd419ecbb65606b0e8;hb=da0bdb87642b93f9cb657d68a566683a18ce15c3;hpb=db7c0497a78cd7a5e8a5f5858efe0a5462337507 diff --git a/src/bin/lttng-sessiond/ust-app.h b/src/bin/lttng-sessiond/ust-app.h index 5d8485f3b..29eaea7ec 100644 --- a/src/bin/lttng-sessiond/ust-app.h +++ b/src/bin/lttng-sessiond/ust-app.h @@ -205,6 +205,11 @@ int ust_app_list_events(struct lttng_event **events) return -ENOSYS; } static inline +int ust_app_list_event_fields(struct lttng_event_field **fields) +{ + return -ENOSYS; +} +static inline int ust_app_register(struct ust_register_msg *msg, int sock) { return -ENOSYS;