Change the UST event hash table match function
[lttng-tools.git] / src / bin / lttng-sessiond / ust-app.h
index 605b4a69b5a4a027b5cdde8e5e91d6363720603f..72adf50aa42d50970511ebbae357f5bc8778c492 100644 (file)
@@ -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.
  */
This page took 0.022563 seconds and 4 git commands to generate.