From c402a55c79f57add1bfc02ad594a2b0c0d63fbbd Mon Sep 17 00:00:00 2001 From: Dmitry Kozlov Date: Mon, 30 Nov 2015 13:14:24 +0300 Subject: cli: show sesisons: introduced rx-bytes,rx-pkts,tx-bytes,tx-pkts fields --- accel-pppd/cli/cli.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'accel-pppd/cli/cli.h') diff --git a/accel-pppd/cli/cli.h b/accel-pppd/cli/cli.h index b02b2bb..ef74d33 100644 --- a/accel-pppd/cli/cli.h +++ b/accel-pppd/cli/cli.h @@ -42,7 +42,7 @@ void cli_register_simple_cmd2( ... ); void cli_register_regexp_cmd(struct cli_regexp_cmd_t *cmd); -void cli_show_ses_register(const char *name, const char *desc, void (*print)(const struct ap_session *ses, char *buf)); +void cli_show_ses_register(const char *name, const char *desc, void (*print)(struct ap_session *ses, char *buf)); int cli_send(void *client, const char *data); int cli_sendv(void *client, const char *fmt, ...) __attribute__((format(gnu_printf, 2, 3))); -- cgit v1.2.3