Add a basic .clang-tidy file and fix typedef warnings
[lttng-tools.git] / src / bin / lttng-sessiond / notification-thread.hpp
index 2ff86dc0613a04fb3e4e75618516c07fb83a9ccb..0c0740926ead3657ec01524e9834967cda7f957b 100644 (file)
@@ -21,7 +21,7 @@
 #include <urcu/list.h>
 #include <urcu/rculfhash.h>
 
-typedef uint64_t notification_client_id;
+using notification_client_id = uint64_t;
 
 /*
  * The notification thread holds no ownership of the tracer event source pipe
This page took 0.022971 seconds and 4 git commands to generate.