]> jfr.im git - solanum.git/blobdiff - include/client.h
CREDITS: add mcintosh
[solanum.git] / include / client.h
index 5a86061c61a401f117788e3655cdcecc1cdefb60..fa736bd388341e5ec2f87adca0936887e8b1ccc3 100644 (file)
@@ -5,7 +5,7 @@
  *  Copyright (C) 1990 Jarkko Oikarinen and University of Oulu, Co Center
  *  Copyright (C) 1996-2002 Hybrid Development Team
  *  Copyright (C) 2002-2004 ircd-ratbox development team
- *  Copyright (C) 2005 William Pitcock and Jilles Tjoelker
+ *  Copyright (C) 2005 Ariadne Conill and Jilles Tjoelker
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -93,16 +93,6 @@ struct Server
        struct scache_entry *nameinfo;
 };
 
-struct ZipStats
-{
-       unsigned long long in;
-       unsigned long long in_wire;
-       unsigned long long out;
-       unsigned long long out_wire;
-       double in_ratio;
-       double out_ratio;
-};
-
 struct Client
 {
        rb_dlink_node node;
@@ -277,7 +267,6 @@ struct LocalUser
        struct ws_ctl *ws_ctl;                  /* ctl for wsockd */
        SSL_OPEN_CB *ssl_callback;              /* ssl connection is now open */
        uint32_t localflags;
-       struct ZipStats *zipstats;              /* zipstats */
        uint16_t cork_count;                    /* used for corking/uncorking connections */
        struct ev_entry *event;                 /* used for associated events */