X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Feventl.h;h=b31fca292c0812ae33122e6e5cf0c55e214101c9;hb=babdf4ba693f4a79037d8cf8cecc109e9355ec0d;hp=997b2d91d7a34cdf679480b865f43413f8123e7b;hpb=8a78bbf3382e2061c68c866a37904e8e14770cf8;p=pazpar2-moved-to-github.git diff --git a/src/eventl.h b/src/eventl.h index 997b2d9..b31fca2 100644 --- a/src/eventl.h +++ b/src/eventl.h @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2008 Index Data + Copyright (C) 2006-2009 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 @@ -36,7 +36,6 @@ typedef struct iochan #define EVENT_OUTPUT 0x02 #define EVENT_EXCEPT 0x04 #define EVENT_TIMEOUT 0x08 -#define EVENT_WORK 0x10 int force_event; IOC_CALLBACK fun; IOC_SOCKETFUN socketfun;