Clean-up: sessiond: prepend `the_` to global variable names
[lttng-tools.git] / src / bin / lttng-sessiond / health-sessiond.h
index b541822f87081ed47b8d7d551cabdb728d516992..af950b13467fe2b9bb42ebc88b5a3eb994165601 100644 (file)
@@ -29,7 +29,7 @@ enum health_type_sessiond {
 };
 
 /* Application health monitoring */
-extern struct health_app *health_sessiond;
+extern struct health_app *the_health_sessiond;
 
 bool launch_health_management_thread(void);
 
This page took 0.022716 seconds and 4 git commands to generate.