]> git.proxmox.com Git - mirror_iproute2.git/commit
ss: Get rid of single-fielded struct snmpstat
authorPhil Sutter <phil@nwl.cc>
Fri, 2 Dec 2016 10:39:58 +0000 (11:39 +0100)
committerStephen Hemminger <stephen@networkplumber.org>
Fri, 2 Dec 2016 22:07:47 +0000 (14:07 -0800)
commit2f938ce1fa382d22cd2ae5ed9a0f3d194e0c3e05
tree08382c29fad869461a7401b7f7312cfd65f75d92
parent6b224dad23aa9e0f1e6a0828ee9cd4ced66a7f96
ss: Get rid of single-fielded struct snmpstat

A struct with only a single field does not make much sense. Besides
that, it was used by print_summary() only.

Signed-off-by: Phil Sutter <phil@nwl.cc>
misc/ss.c