X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Feventl.c;h=3b689cd095d653c5dc393f9d559feaaf588eb403;hb=5fdac8e7a282d625568f5768bd3ae9367dd4acaf;hp=980036e37af061e5e4dd0e38187322aca2b394b0;hpb=9c5d5d176df284a6ec614456306e87cb3a8d2f12;p=pazpar2-moved-to-github.git diff --git a/src/eventl.c b/src/eventl.c index 980036e..3b689cd 100644 --- a/src/eventl.c +++ b/src/eventl.c @@ -1,7 +1,5 @@ -/* $Id: eventl.c,v 1.8 2007-10-02 07:50:12 adam Exp $ - Copyright (c) 2006-2007, Index Data. - -This file is part of Pazpar2. +/* This file is part of Pazpar2. + Copyright (C) 2006-2008 Index Data Pazpar2 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 @@ -14,10 +12,10 @@ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with Pazpar2; see the file LICENSE. If not, write to the -Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. - */ +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ /* * Based on ParaZ - a simple tool for harvesting performance data for @@ -30,19 +28,22 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA * Based on revision YAZ' server/eventl.c 1.29. */ -#include -#include - #if HAVE_CONFIG_H -#include +#include #endif +#include +#include + #ifdef WIN32 #include #else #include #endif +#if HAVE_SYS_TIME_H #include +#endif + #include #include #include @@ -109,7 +110,10 @@ int event_loop(IOCHAN *iochans) if (errno == EINTR) continue; else - abort(); + { + yaz_log(YLOG_ERRNO|YLOG_WARN, "select"); + return 0; + } } for (p = *iochans; p; p = p->next) {