summaryrefslogtreecommitdiff
path: root/accel-pppd/shaper/shaper.c
diff options
context:
space:
mode:
authorDmitry Kozlov <xeb@mail.ru>2015-11-30 13:14:24 +0300
committerDmitry Kozlov <xeb@mail.ru>2015-11-30 13:14:24 +0300
commitc402a55c79f57add1bfc02ad594a2b0c0d63fbbd (patch)
treecdd7eb734240079ed581b9502181b03574983f58 /accel-pppd/shaper/shaper.c
parent8d7f1e101476998dbe9e0dd3ec2d490c34876ff1 (diff)
downloadaccel-ppp-xebd-c402a55c79f57add1bfc02ad594a2b0c0d63fbbd.tar.gz
accel-ppp-xebd-c402a55c79f57add1bfc02ad594a2b0c0d63fbbd.zip
cli: show sesisons: introduced rx-bytes,rx-pkts,tx-bytes,tx-pkts fields
Diffstat (limited to 'accel-pppd/shaper/shaper.c')
-rw-r--r--accel-pppd/shaper/shaper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pppd/shaper/shaper.c b/accel-pppd/shaper/shaper.c
index e1ec11e..213b58f 100644
--- a/accel-pppd/shaper/shaper.c
+++ b/accel-pppd/shaper/shaper.c
@@ -619,7 +619,7 @@ static int shaper_restore_exec(const char *cmd, char * const *f, int f_cnt, void
return CLI_CMD_OK;
}
-static void print_rate(const struct ap_session *ses, char *buf)
+static void print_rate(struct ap_session *ses, char *buf)
{
struct shaper_pd_t *pd = find_pd((struct ap_session *)ses, 0);