X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=server%2Feventl.c;h=6ad0ef333b4537a95f334de8be397356b8cf5e9d;hp=c4b8b3e2f52fd2dc9a0820c676c37acae3037dab;hb=d9ee01635f03f9095a66f71b73580560d48798e8;hpb=26fdcc5e41254131ef755b14243c19d202b14d8e diff --git a/server/eventl.c b/server/eventl.c index c4b8b3e..6ad0ef3 100644 --- a/server/eventl.c +++ b/server/eventl.c @@ -4,7 +4,13 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: eventl.c,v $ - * Revision 1.27 1999-02-02 13:57:34 adam + * Revision 1.29 1999-11-30 13:47:12 adam + * Improved installation. Moved header files to include/yaz. + * + * Revision 1.28 1999/08/27 09:40:32 adam + * Renamed logf function to yaz_log. Removed VC++ project files. + * + * Revision 1.27 1999/02/02 13:57:34 adam * Uses preprocessor define WIN32 instead of WINDOWS to build code * for Microsoft WIN32. * @@ -91,7 +97,6 @@ * */ -#include #include #include #ifdef WIN32 @@ -103,12 +108,13 @@ #include #include -#include -#include -#include +#include +#include +#include +#include #include "eventl.h" #include "session.h" -#include +#include IOCHAN iochan_create(int fd, IOC_CALLBACK cb, int flags) { @@ -169,7 +175,7 @@ int event_loop(IOCHAN *iochans) cs_close(conn); destroy_association(assoc); iochan_destroy(*iochans); - logf(LOG_DEBUG, "error while selecting, destroying iochan %p", + yaz_log(LOG_DEBUG, "error select, destroying iochan %p", *iochans); } }