sessiond: make thread_rotation function static
[lttng-tools.git] / src / bin / lttng-sessiond / rotation-thread.c
index 16c64cbf9f20f8a51065d9571897745c3e48e589..659d8431dd39aec39dbcd7cba7eac3d4927b1ace 100644 (file)
@@ -769,6 +769,7 @@ end:
        return ret;
 }
 
+static
 void *thread_rotation(void *data)
 {
        int ret;
This page took 0.023409 seconds and 4 git commands to generate.