diff options
author | Jan Kiszka <jan.kiszka@siemens.com> | 2009-06-24 14:42:29 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-06-29 08:52:46 -0500 |
commit | 6dbe553fe9ffdee008c1bbbe1af2d030e0f04aab (patch) | |
tree | 7dacffebeea9f5534cda6a19276e8a5da6c57344 /slirp/tcp.h | |
parent | 4a82347a470eb087b2cb3075c506c42051d20230 (diff) |
slirp: Add info usernet for dumping connection states
Break out sockstats from the slirp statistics and present them under the
new info category "usernet". This patch also improves the current output
/wrt proper reporting connection source and destination.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'slirp/tcp.h')
-rw-r--r-- | slirp/tcp.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/slirp/tcp.h b/slirp/tcp.h index 40570326cb..3399857513 100644 --- a/slirp/tcp.h +++ b/slirp/tcp.h @@ -166,6 +166,4 @@ struct tcphdr { extern tcp_seq tcp_iss; /* tcp initial send seq # */ -extern const char * const tcpstates[]; - #endif |