X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fust-app.h;h=72adf50aa42d50970511ebbae357f5bc8778c492;hp=605b4a69b5a4a027b5cdde8e5e91d6363720603f;hb=18eace3ba4aeaa6b869c8ad9ec1273381b4cbdee;hpb=178191b3899f114001f000c2e7f46909969f9c6f diff --git a/src/bin/lttng-sessiond/ust-app.h b/src/bin/lttng-sessiond/ust-app.h index 605b4a69b..72adf50aa 100644 --- a/src/bin/lttng-sessiond/ust-app.h +++ b/src/bin/lttng-sessiond/ust-app.h @@ -33,6 +33,12 @@ struct lttng_ust_filter_bytecode; extern int ust_consumerd64_fd, ust_consumerd32_fd; +struct ust_app_ht_key { + const char *name; + const struct lttng_ust_filter_bytecode *filter; + enum lttng_ust_loglevel_type loglevel; +}; + /* * Application registration data structure. */