X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=src%2Fproxyp.h;h=0296b87c75e908b6e1b73ae0ea5247613c1f8f6c;hb=fab791bdb3d0e4263ed9a2087d5c9564021f5423;hp=cc19d99cdb3df4f3191f91b3a6f2dca59895476f;hpb=d119ba229b6c9257c4efb634bf7425d6595196ff;p=yazproxy-moved-to-github.git diff --git a/src/proxyp.h b/src/proxyp.h index cc19d99..0296b87 100644 --- a/src/proxyp.h +++ b/src/proxyp.h @@ -28,7 +28,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #endif #if HAVE_USEMARCON -#include +#include #endif #include @@ -46,8 +46,8 @@ class Yaz_usemarcon { const char *input, int input_len, char **output, int *output_len); #if HAVE_USEMARCON - CDetails *m_stage1; - CDetails *m_stage2; + Usemarcon *m_stage1; + Usemarcon *m_stage2; #else int dummy; #endif @@ -93,6 +93,7 @@ public: int *limit_search, int *target_idletime, int *client_idletime, + int *max_sockets, int *max_clients, int *keepalive_limit_bw, int *keepalive_limit_pdu,