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 --- content/hlcache.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'content/hlcache.h') diff --git a/content/hlcache.h b/content/hlcache.h index 9f03052fa..1c4cc7b2f 100644 --- a/content/hlcache.h +++ b/content/hlcache.h @@ -63,6 +63,14 @@ enum hlcache_retrieve_flag { HLCACHE_RETRIEVE_MAY_DOWNLOAD = (1 << 31) }; +/** + * Drive the low-level cache poll loop, and attempt to clean the cache. + * No guarantee is made about what, if any, cache cleaning will occur. + * + * \return NSERROR_OK + */ +nserror hlcache_poll(void); + /** * Retrieve a high-level cache handle for an object * -- cgit v1.2.3