X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Feventl.h;h=92f9a53c2ee02d85925f2bff68ba38dcc41bd0f3;hb=4ae1e0582f66acaec33dca2c3b023d47d7f431af;hp=ef94a10fc8266b6c349cdc214cc3a9f511ee4e97;hpb=c7ce18b91b4b542af4f02ad9fa3f86f12b92f3d1;p=pazpar2-moved-to-github.git diff --git a/src/eventl.h b/src/eventl.h index ef94a10..92f9a53 100644 --- a/src/eventl.h +++ b/src/eventl.h @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2012 Index Data + Copyright (C) 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 @@ -47,6 +47,7 @@ typedef struct iochan iochan_man_t man; char *name; struct iochan *next; + int poll_offset; } *IOCHAN; @@ -69,8 +70,6 @@ void iochan_man_destroy(iochan_man_t *mp); IOCHAN iochan_create(int fd, IOC_CALLBACK cb, int flags, const char *name); -void pazpar2_sleep(double d); - #endif /* * Local variables: