diff options
Diffstat (limited to 'include/connection.h')
-rw-r--r-- | include/connection.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/include/connection.h b/include/connection.h index d3e635aa9..db76859d7 100644 --- a/include/connection.h +++ b/include/connection.h @@ -44,11 +44,7 @@ class connection : public Extensible /** Hostname of connection. Not used if this is a serverrec */ char host[160]; - - /** IP of connection. - */ - char ip[16]; - + /** Stats counter for bytes inbound */ int bytes_in; |