Prioritize HTTP sockets over outgoing connections
[pazpar2-moved-to-github.git] / src / eventl.h
index 7fad3d3..515b7f2 100644 (file)
@@ -52,7 +52,7 @@ typedef struct iochan
 
 
 iochan_man_t iochan_man_create(int no_threads, int max_sockets);
-int iochan_add(iochan_man_t man, IOCHAN chan);
+int iochan_add(iochan_man_t man, IOCHAN chan, int slack);
 void iochan_man_events(iochan_man_t man);
 void iochan_man_destroy(iochan_man_t *mp);
 void iochan_destroy(IOCHAN chan);