Signed-off-by: Andy Green <andy@warmcat.com>
" \"port\":\"%d\",\n"
" \"use_ssl\":\"%d\",\n"
" \"sts\":\"%d\",\n"
- " \"rx\":\"%lu\",\n"
- " \"tx\":\"%lu\",\n"
+ " \"rx\":\"%llu\",\n"
+ " \"tx\":\"%llu\",\n"
" \"conn\":\"%lu\",\n"
" \"trans\":\"%lu\",\n"
" \"ws_upg\":\"%lu\",\n"
#ifndef LWS_NO_EXTENSIONS
const struct lws_extension *extensions;
#endif
- unsigned long rx, tx, conn, trans, ws_upgrades, http2_upgrades;
+ unsigned long long rx, tx;
+ unsigned long conn, trans, ws_upgrades, http2_upgrades;
int listen_port;
unsigned int http_proxy_port;