X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2B%2B%2Fproxy.h;h=aafef3cc8bb244a2c3534ab3ba0e59c7e3cd8bde;hp=e876aec69d95215de053f5e68f24bbe3b25a28d8;hb=598464a40f5eea658ae9afafab11e5eaf0c1124c;hpb=52c508231229ecb75e754b8eb51d5138661df6ff diff --git a/include/yaz++/proxy.h b/include/yaz++/proxy.h index e876aec..aafef3c 100644 --- a/include/yaz++/proxy.h +++ b/include/yaz++/proxy.h @@ -2,7 +2,7 @@ * Copyright (c) 1998-2004, Index Data. * See the file LICENSE for details. * - * $Id: proxy.h,v 1.40 2004-02-24 20:55:57 adam Exp $ + * $Id: proxy.h,v 1.41 2004-02-27 00:42:57 adam Exp $ */ #include @@ -93,7 +93,6 @@ private: int m_copy; int match_list(int v, const char *m); int atoi_l(const char **cp); - }; class YAZ_EXPORT Yaz_RecordCache { @@ -287,6 +286,10 @@ class YAZ_EXPORT Yaz_Proxy : public Yaz_Z_Assoc { Z_ElementSetNames *mk_esn_from_schema(ODR o, const char *schema); Z_ReferenceId *m_referenceId; NMEM m_referenceId_mem; +#define NO_SPARE_SOLARIS_FD 10 + int m_lo_fd[NO_SPARE_SOLARIS_FD]; + void low_socket_open(); + void low_socket_close(); public: Yaz_Proxy(IYaz_PDU_Observable *the_PDU_Observable, Yaz_Proxy *parent = 0);