X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyazproxy%2Flimit-connect.h;h=a557502641f8c149d5f2cef68be0ca8e3f96c30a;hb=0bfdd4ef69c5f6b002f271ac25b1192597805502;hp=7efaf58a45a73cf3e0a89b83cefbb75a7e7a7c53;hpb=21650b252dff0a3942972c37421dc5d3c61502d5;p=yazproxy-moved-to-github.git diff --git a/include/yazproxy/limit-connect.h b/include/yazproxy/limit-connect.h index 7efaf58..a557502 100644 --- a/include/yazproxy/limit-connect.h +++ b/include/yazproxy/limit-connect.h @@ -1,4 +1,4 @@ -/* $Id: limit-connect.h,v 1.2 2006-03-30 14:16:34 adam Exp $ +/* $Id: limit-connect.h,v 1.3 2006-04-06 16:25:21 adam Exp $ Copyright (c) 1998-2006, Index Data. This file is part of the yazproxy. @@ -32,6 +32,7 @@ public: void add_connect(const char *peername); int get_total(const char *peername); void cleanup(bool all); + void set_period(int sec); private: struct Peer;