Commit d430eca0 authored by Joanne Hugé's avatar Joanne Hugé

wip

parent fcac8f46
......@@ -334,9 +334,6 @@ static void print_stats(FILE * f, int print_header) {
"%-" STAT_INT_LEN "d "
"%-" STAT_INT_LEN "d "
"%-" STAT_INT_LEN "d "
"%-" STAT_INT_LEN "d "
"%-" STAT_INT_LEN "d "
"%-" STAT_INT_LEN "d "
"\n",
rx_drop_counter.counter,
tx_drop_counter.counter,
......@@ -359,10 +356,7 @@ static void print_stats(FILE * f, int print_header) {
rbuf_read_amount(&rx_rbuf),
rbuf_read_amount(&trxr_rbuf[0]),
rbuf_read_amount(&trxw_rbuf[0]),
rbuf_read_amount(&tx_rbuf),
tx_rbuf.write_index,
tx_rbuf.read_index,
min_count_trx);
rbuf_read_amount(&tx_rbuf));
}
static void log_exit(const char * section, const char * msg, ...) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment