Add a peer_count_out_in

This commit is contained in:
Ian Gulliver
2016-03-02 22:10:55 -08:00
parent eaf213f3c0
commit e62b84e4e8
2 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ struct peer {
bool always_trigger;
};
extern uint32_t peer_count_in, peer_count_out;
extern uint32_t peer_count_in, peer_count_out, peer_count_out_in;
void peer_init(void);
void peer_cleanup(void);