tests: compile some tools/tests as C++
[lttng-tools.git] / tests / regression / tools / notification / consumer_testpoints.cpp
index 07c855c9c4130f503d51949ab86815bfab89e313..05db3421a132fd878c58aa8f0c323d6fa35e6d1e 100644 (file)
@@ -20,7 +20,8 @@
 static char *pause_pipe_path;
 static struct lttng_pipe *pause_pipe;
 static int *data_consumption_state;
-static enum lttng_consumer_type (*lttng_consumer_get_type)(void);
+using lttng_consumer_get_type_func = enum lttng_consumer_type (*)();
+static lttng_consumer_get_type_func lttng_consumer_get_type;
 
 int lttng_opt_verbose;
 int lttng_opt_mi;
This page took 0.02353 seconds and 4 git commands to generate.