Compute path->ok both sides

Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
Adrien Gallouët
2019-02-15 09:35:24 +00:00
parent 9eac498d81
commit 40983ee4f1
2 changed files with 20 additions and 22 deletions

2
mud.h
View File

@@ -45,8 +45,8 @@ struct mud_path {
struct {
uint64_t total;
uint64_t bytes;
uint64_t stat_time;
uint64_t time;
uint64_t msg_time;
} send, recv;
struct mud_public pub;
unsigned char ok;