]> git.meshlink.io Git - meshlink/blobdiff - src/top.c
sparse fixup: warning: symbol '...' was not declared. Should it be static?
[meshlink] / src / top.c
index 2dbd9c2770ba5f05e388ed52cb8767da52b9d181..5ca97495ff0c5eef4587eee04d669e68af980810 100644 (file)
--- a/src/top.c
+++ b/src/top.c
@@ -40,7 +40,7 @@ typedef struct nodestats_t {
        bool known;
 } nodestats_t;
 
-const char *const sortname[] = {
+static const char *const sortname[] = {
        "name",
        "in pkts",
        "in bytes",
@@ -50,8 +50,8 @@ const char *const sortname[] = {
        "tot bytes",
 };
 
-int sortmode = 0;
-bool cumulative = false;
+static int sortmode = 0;
+static bool cumulative = false;
 
 static list_t node_list;
 static struct timeval now, prev, diff;