From 5d3c38a704e2e13fae7ed93e9029fa4543c8525b Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 12 Feb 2016 13:36:12 +0000 Subject: remove reliance on GLib from monkey frontend This changes the monkey implemntation to use a simple scheduler list and select instead of glib events. --- content/fetch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/fetch.c') diff --git a/content/fetch.c b/content/fetch.c index 2307676d3..47e6fc88e 100644 --- a/content/fetch.c +++ b/content/fetch.c @@ -379,7 +379,7 @@ fetcher_add(lwc_string *scheme, const struct fetcher_operation_table *ops) return NSERROR_OK; } -/* exported interface documented in content/fetch.h */ +/* exported interface documented in content/fetchers.h */ nserror fetcher_fdset(fd_set *read_fd_set, fd_set *write_fd_set, fd_set *except_fd_set, -- cgit v1.2.3