summaryrefslogtreecommitdiff
path: root/content/fetchers.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/fetchers.h')
-rw-r--r--content/fetchers.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/content/fetchers.h b/content/fetchers.h
index 92b11dc69..cd09e92e4 100644
--- a/content/fetchers.h
+++ b/content/fetchers.h
@@ -91,6 +91,12 @@ struct fetcher_operation_table {
void (*poll)(lwc_string *scheme);
/**
+ * update an fdset with the FDs needed to poll cleanly
+ */
+ int (*fdset)(lwc_string *scheme, fd_set *read_set, fd_set *write_set,
+ fd_set *error_set);
+
+ /**
* Finalise the fetcher.
*/
void (*finalise)(lwc_string *scheme);