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)
commit5aed916ef4fd75e6843f8fe739444dae91ea106a
tree9f391ef5a074c3613124475ae461ffa562a91a0e
parentb23bf132838156d2fe5a18d50a2b5e068ae18ec3
Reserve legacy active bit in connection_status_t.

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.
src/connection.h