From 5d3e96a67dc6ea6ca81156bdccd83b9b7e241ccb Mon Sep 17 00:00:00 2001 From: Stephan Brunner Date: Tue, 1 Nov 2022 10:08:06 +0100 Subject: Add PACKETS_SENT and PACKETS_RCVD to the pppd-compat environment. --- accel-pppd/include/ap_session.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'accel-pppd/include') diff --git a/accel-pppd/include/ap_session.h b/accel-pppd/include/ap_session.h index 629b58ee..70515133 100644 --- a/accel-pppd/include/ap_session.h +++ b/accel-pppd/include/ap_session.h @@ -110,6 +110,8 @@ struct ap_session int session_timeout; struct triton_timer_t timer; + uint64_t acct_rx_packets; + uint64_t acct_tx_packets; uint64_t acct_rx_bytes; uint64_t acct_tx_bytes; uint64_t acct_rx_packets_i; -- cgit v1.2.3