X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz-socket-manager.h;h=9404b392a8768074a0a4491c6d0182bca3547106;hb=c6e5ad789740135af3558298f6e2014ae99ee7dd;hp=5f5dbce68b569357eedc1b296247b0f75bb11dff;hpb=cc44793fb69db2885c570cc5de05fda796993bba;p=yazpp-moved-to-github.git diff --git a/include/yaz-socket-manager.h b/include/yaz-socket-manager.h index 5f5dbce..9404b39 100644 --- a/include/yaz-socket-manager.h +++ b/include/yaz-socket-manager.h @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: yaz-socket-manager.h,v $ - * Revision 1.2 1999-02-02 14:01:16 adam + * Revision 1.3 1999-03-23 14:17:57 adam + * More work on timeout handling. Work on yaz-client. + * + * Revision 1.2 1999/02/02 14:01:16 adam * First WIN32 port of YAZ++. * * Revision 1.1.1.1 1999/01/28 09:41:07 adam @@ -13,6 +16,7 @@ */ #include +#include /** Simple Socket Manager. Implements a stand-alone simple model that uses select(2) to @@ -25,6 +29,7 @@ class YAZ_EXPORT Yaz_SocketManager : public IYazSocketObservable { int fd; unsigned mask; unsigned timeout; + time_t last_activity; YazSocketEntry *next; }; YazSocketEntry *m_observers; // all registered observers