Add a basic .clang-tidy file and fix typedef warnings
[lttng-tools.git] / include / lttng / ref-internal.hpp
index a02ae4cdc1229a627226e74991cebb49887b4820..68b6efd1b8b6a8290a964fe0ee045cdd553b2508 100644 (file)
@@ -10,8 +10,7 @@
  *
  */
 
-
-typedef void (*lttng_release_func)(void *);
+using lttng_release_func = void (*)(void *);
 
 struct lttng_ref {
        unsigned long count;
This page took 0.022461 seconds and 4 git commands to generate.