sessiond: make ltt_sessions_ht_alloc static
[lttng-tools.git] / src / bin / lttng-sessiond / session.c
index ed68d153f20749630012c93a4487f6dad6efec96..a673fe31b8fa156d9ac8b69e60c4a72f6da0dbd4 100644 (file)
@@ -302,7 +302,7 @@ end:
  *
  * The session list lock must be held.
  */
-int ltt_sessions_ht_alloc(void)
+static int ltt_sessions_ht_alloc(void)
 {
        int ret = 0;
 
This page took 0.022611 seconds and 4 git commands to generate.