Code cleanup

Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
Adrien Gallouët
2019-12-16 09:43:36 +00:00
parent c420e9494a
commit 2766a94e3b
2 changed files with 8 additions and 8 deletions

2
mud.h
View File

@@ -44,6 +44,7 @@ struct mud_path {
struct {
uint64_t time;
uint64_t timeout;
uint64_t sent;
uint64_t set;
} msg;
struct {
@@ -56,7 +57,6 @@ struct mud_path {
uint64_t window_time;
struct mud_pubkey pk;
unsigned char ok;
unsigned msg_sent;
int loss_count;
};