From 71de3618f16f43e5fb4fabff5bba66649a8b9595 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 11 Apr 2010 20:21:13 +0000 Subject: Implement hlcache_poll(), which drives the low-level cache event loop, and attempts to clean the high-level cache. Call this, instead of llcache_poll(). svn path=/trunk/netsurf/; revision=10371 --- desktop/netsurf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'desktop') diff --git a/desktop/netsurf.c b/desktop/netsurf.c index 248f6fef0..fcd44f642 100644 --- a/desktop/netsurf.c +++ b/desktop/netsurf.c @@ -33,7 +33,7 @@ #include "utils/config.h" #include "utils/utsname.h" #include "content/fetch.h" -#include "content/llcache.h" +#include "content/hlcache.h" #include "content/urldb.h" #include "desktop/netsurf.h" #include "desktop/browser.h" @@ -136,7 +136,7 @@ int netsurf_main_loop(void) { while (!netsurf_quit) { gui_poll(fetch_active); - llcache_poll(); + hlcache_poll(); } return 0; -- cgit v1.2.3