SoW-2019-0002: Dynamic Snapshot
[lttng-tools.git] / tests / regression / ust / getcpu-override / lttng-ust-getcpu-override-test.c
index f1b70742591322cc8c50e021c52779bd89952a72..c387063110e9f586be5b9d452dbecd24a3daf84c 100644 (file)
@@ -18,7 +18,7 @@
 
 static long nprocessors;
 
-int plugin_getcpu(void)
+static int plugin_getcpu(void)
 {
        /* Generate a sequence based on the number of configurated processor
         * by using sequence[i] % nb_configured_processors. Where sequence
@@ -57,6 +57,7 @@ int plugin_getcpu(void)
        return ret;
 }
 
+void lttng_ust_getcpu_plugin_init(void);
 void lttng_ust_getcpu_plugin_init(void)
 {
        int ret;
This page took 0.023929 seconds and 5 git commands to generate.