Clean-up: sessiond: prepend `the_` to global variable names
[lttng-tools.git] / src / bin / lttng-sessiond / ust-app.h
index 7a4cf1537c9c577df02f13cd62e12f9bbbdac679..3dfb562150fe437f4263000fca9e4cc2fde20eae 100644 (file)
@@ -26,7 +26,7 @@
 struct lttng_bytecode;
 struct lttng_ust_filter_bytecode;
 
-extern int ust_consumerd64_fd, ust_consumerd32_fd;
+extern int the_ust_consumerd64_fd, the_ust_consumerd32_fd;
 
 /*
  * Object used to close the notify socket in a call_rcu(). Since the
This page took 0.023017 seconds and 4 git commands to generate.