Reserve legacy active bit in connection_status_t.
authorGuus Sliepen <guus@tinc-vpn.org>
Sat, 12 Jul 2014 12:24:16 +0000 (14:24 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Sat, 12 Jul 2014 12:24:16 +0000 (14:24 +0200)
This is so the positions of the other bits don't change, making it easier to
debug problems with different versions of tinc.

Also fix the padding so connection_status_t is exactly 32 bits.


No differences found