X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Feventl.h;h=e53776c971295f818a9f950cd9531c10a0d738c0;hb=cac958d5914b46a2248479f9ece1f8e1f8b2515a;hp=442684e1380731807f1b51d9a34c01a746d67d1b;hpb=80efa0b009565fd772664f177dcd56af81e186a1;p=pazpar2-moved-to-github.git diff --git a/src/eventl.h b/src/eventl.h index 442684e..e53776c 100644 --- a/src/eventl.h +++ b/src/eventl.h @@ -55,7 +55,7 @@ typedef struct iochan } *IOCHAN; -iochan_man_t iochan_man_create(int use_threads); +iochan_man_t iochan_man_create(int no_threads); void iochan_add(iochan_man_t man, IOCHAN chan); void iochan_man_events(iochan_man_t man); void iochan_man_destroy(iochan_man_t *mp);