Whamcloud - gitweb
LU-8191 lnet: remove unused, fix non-static functions
[fs/lustre-release.git] / lnet / selftest / conctl.c
index 4cb7dd3..0bd81d4 100644 (file)
@@ -1033,7 +1033,7 @@ static char *lst_node_state2str(int state)
        return "Unknown";
 }
 
-int lst_node_str2state(char *str)
+static int lst_node_str2state(char *str)
 {
        int state = 0;