]> git.meshlink.io Git - meshlink/commit
Remove global variables.
authorGuus Sliepen <guus@meshlink.io>
Sun, 4 Aug 2019 10:58:27 +0000 (12:58 +0200)
committerGuus Sliepen <guus@meshlink.io>
Sun, 4 Aug 2019 10:58:27 +0000 (12:58 +0200)
commitfd7e81983ca4cae7cdf2a67a35500284f17761c4
tree18ac2869ca248baf93732c2c69298cc066a4a3af
parentf91651414adcac1c05e1b923bee4cb3caf559c3b
Remove global variables.

There still were some global variables and buffers that were either unused
or should be local to a MeshLink instance.
14 files changed:
src/devtools.c
src/meshlink.c
src/meshlink_internal.h
src/net.h
src/net_packet.c
src/net_setup.c
src/net_socket.c
src/netutl.c
src/netutl.h
src/route.c
src/route.h
src/sptps.c
src/sptps.h
src/utils.c