Track sent frames, bytes in src/aprs_is.c
This commit is contained in:
parent
1e3d919fd5
commit
59fce6bdf9
1 changed files with 3 additions and 0 deletions
|
@ -436,6 +436,9 @@ ssize_t patty_ax25_aprs_is_send(patty_ax25_aprs_is *aprs,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
aprs->stats.tx_frames++;
|
||||||
|
aprs->stats.tx_bytes += i;
|
||||||
|
|
||||||
return i;
|
return i;
|
||||||
|
|
||||||
error:
|
error:
|
||||||
|
|
Loading…
Add table
Reference in a new issue