Fix struct node_status_t.
authorGuus Sliepen <guus@tinc-vpn.org>
Fri, 25 Sep 2015 08:05:24 +0000 (10:05 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Fri, 25 Sep 2015 08:05:24 +0000 (10:05 +0200)
commit543c0abbd91a7b076670b8763548b8d5849860a0
treeb0002329ddb578a3e60a4e50faf5174d5916e490
parent706d855e507980de3845556989d7de7a3b9c76e8
Fix struct node_status_t.

Although not a problem for tinc internally, the size of the struct was 12
bytes instead of 4, causing some problems when interpreting the value
received from tincd by the CLI.
src/node.h