|
@@ -1508,7 +1508,7 @@ extern bool pool_may_redirect_to(struct pool *, const char *uri);
|
|
|
extern struct thread_q *tq_new(void);
|
|
extern struct thread_q *tq_new(void);
|
|
|
extern void tq_free(struct thread_q *tq);
|
|
extern void tq_free(struct thread_q *tq);
|
|
|
extern bool tq_push(struct thread_q *tq, void *data);
|
|
extern bool tq_push(struct thread_q *tq, void *data);
|
|
|
-extern void *tq_pop(struct thread_q *tq, const struct timespec *abstime);
|
|
|
|
|
|
|
+extern void *tq_pop(struct thread_q *);
|
|
|
extern void tq_freeze(struct thread_q *tq);
|
|
extern void tq_freeze(struct thread_q *tq);
|
|
|
extern void tq_thaw(struct thread_q *tq);
|
|
extern void tq_thaw(struct thread_q *tq);
|
|
|
extern bool successful_connect;
|
|
extern bool successful_connect;
|