Clean-up: consumer: prepend `the_` to global variable
[lttng-tools.git] / src / common / consumer / consumer-metadata-cache.c
index 976c83e54fd5dc6904cb6e72f21ea4af81426d9f..1038b84e63fd58cb3fb2dc49a76a6e1a3fc7cdc8 100644 (file)
@@ -28,7 +28,7 @@ enum metadata_cache_update_version_status {
        METADATA_CACHE_UPDATE_STATUS_VERSION_NOT_UPDATED,
 };
 
-extern struct lttng_consumer_global_data consumer_data;
+extern struct lttng_consumer_global_data the_consumer_data;
 
 /*
  * Reset the metadata cache.
This page took 0.023178 seconds and 4 git commands to generate.