mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Fixed tx/rx counters type
This commit is contained in:
parent
1c09b66881
commit
9a66de0aff
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@
|
|||
#include "tio/error.h"
|
||||
|
||||
static struct termios new_stdout, old_stdout, old_tio;
|
||||
static long rx_total = 0, tx_total = 0;
|
||||
static unsigned long rx_total = 0, tx_total = 0;
|
||||
static bool connected = false;
|
||||
static bool tainted = false;
|
||||
static int fd;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue