]> git.meshlink.io Git - meshlink/commit
Move definition of sockaddr_t to its own header, remove length_t.
authorGuus Sliepen <guus@sliepen.org>
Mon, 21 Apr 2014 18:11:47 +0000 (20:11 +0200)
committerGuus Sliepen <guus@sliepen.org>
Mon, 21 Apr 2014 18:11:47 +0000 (20:11 +0200)
commit8f8d796e645653f5620322f3f1f37552c01db86e
tree527b6c3cbc1263dab800ac171f1dc07439dc2554
parentae098a93ff90b51b591cd371bef2a5813d8d41f0
Move definition of sockaddr_t to its own header, remove length_t.

This reduces the horrible interdependencies of the header files, most
notably that of net.h.
src/net.h
src/net_packet.c
src/node.h
src/route.c
src/sockaddr.h [new file with mode: 0644]