Limit maximum number of SharedCacheMap mapped objects.
[captive.git] / src / libcaptive / cc / sharedcachemap.h
index 9c0e309..85fa2fe 100644 (file)
@@ -74,6 +74,7 @@ void captive_shared_cache_map_flush_all(void);
 gboolean captive_shared_cache_map_is_any_dirty(void);
 gint64 captive_shared_cache_map_CcGetDirtyPages(PDIRTY_PAGE_ROUTINE DirtyPageRoutine,VOID *Context1,VOID *Context2);
 gpointer captive_shared_cache_map_get_buffer(CaptiveSharedCacheMapObject *captive_shared_cache_map_object);
+gboolean captive_shared_cache_map_restart_needed(void);
 
 G_END_DECLS