X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Flimit-connect.cpp;h=9f1b7f4263ba466770d60e70753d7c57f58543c9;hb=6f3834da6184bd3c38812c1b3f30e8c9d287d887;hp=4af597e899ec43bf8aecde71a65a1c651e3b1b36;hpb=d1010e2fab0026b538230f67293bd5d4724c0913;p=yazpp-moved-to-github.git diff --git a/src/limit-connect.cpp b/src/limit-connect.cpp index 4af597e..9f1b7f4 100644 --- a/src/limit-connect.cpp +++ b/src/limit-connect.cpp @@ -1,5 +1,5 @@ /* This file is part of the yazpp toolkit. - * Copyright (C) 1998-2011 Index Data and Mike Taylor + * Copyright (C) 1998-2012 Index Data and Mike Taylor * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -39,11 +39,11 @@ using namespace yazpp_1; struct LimitConnect::Peer { friend class LimitConnect; - + Peer(int sz, const char *peername); ~Peer(); void add_connect(); - + char *m_peername; TimeStat m_bw; Peer *m_next;