X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=blobdiff_plain;f=include%2Fyazproxy%2Flimit-connect.h;h=1b90ade801d3881cc9e076a3fb838b8c8810e4dc;hp=928ab1ee9796b76e62270c7317c01c845b5cacad;hb=HEAD;hpb=22afe38a1f113ef7f2a46d1fde0141cf10b27eb4 diff --git a/include/yazproxy/limit-connect.h b/include/yazproxy/limit-connect.h index 928ab1e..1b90ade 100644 --- a/include/yazproxy/limit-connect.h +++ b/include/yazproxy/limit-connect.h @@ -1,5 +1,5 @@ /* This file is part of YAZ proxy - Copyright (C) 1998-2008 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 @@ -33,7 +33,7 @@ public: private: struct Peer; - int m_period; + int m_period; Peer *m_peers; Peer **lookup(const char *peername); }; @@ -43,6 +43,7 @@ private: /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab