X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=include%2Fyazpp%2Flimit-connect.h;h=0497e9709f78bb6fd79119d267120b6af5d2299c;hb=82d0b6ce2accdbe9987d0b8b4e6e818514455e22;hp=47ae13ef062e1af4a70d67c3492b2b1f8aaecc3f;hpb=711105a336b155f2b7f098cf84f2e30952cb8588;p=yazpp-moved-to-github.git diff --git a/include/yazpp/limit-connect.h b/include/yazpp/limit-connect.h index 47ae13e..0497e97 100644 --- a/include/yazpp/limit-connect.h +++ b/include/yazpp/limit-connect.h @@ -1,5 +1,5 @@ /* This file is part of the yazpp toolkit. - * Copyright (C) 1998-2012 Index Data and Mike Taylor + * Copyright (C) Index Data * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -40,11 +40,10 @@ namespace yazpp_1 { void cleanup(bool all); void set_period(int sec); private: + struct Rep; struct Peer; - int m_period; - Peer *m_peers; - Peer **lookup(const char *peername); + Rep *m_p; }; }