X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=blobdiff_plain;f=src%2Flimit-connect.cpp;h=ff9b09ecd51bb792182da758fc0a9830e1b93688;hp=2473c3d040ada1c594ed0730b1354a7f8500690b;hb=4f79f9b5b0095b2f81b1ce583f0f82462f9ee36a;hpb=dfdff5f2d2825a500d3d27200d2ec32ee063a975 diff --git a/src/limit-connect.cpp b/src/limit-connect.cpp index 2473c3d..ff9b09e 100644 --- a/src/limit-connect.cpp +++ b/src/limit-connect.cpp @@ -1,5 +1,5 @@ /* This file is part of YAZ proxy - Copyright (C) 1998-2009 Index Data + Copyright (C) 1998-2011 Index Data YAZ proxy is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -24,11 +24,11 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA struct LimitConnect::Peer { friend class LimitConnect; - + Peer(int sz, const char *peername); ~Peer(); void add_connect(); - + char *m_peername; Yaz_bw m_bw; Peer *m_next;