diff options
Diffstat (limited to 'include/corkscrew/map_info.h')
-rw-r--r-- | include/corkscrew/map_info.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/corkscrew/map_info.h b/include/corkscrew/map_info.h index c9b241d..14bfad6 100644 --- a/include/corkscrew/map_info.h +++ b/include/corkscrew/map_info.h @@ -63,6 +63,10 @@ map_info_t* acquire_my_map_info_list(); * previous acquired using acquire_my_map_info_list(). */ void release_my_map_info_list(map_info_t* milist); +/* Flushes the cached memory map so the next call to + * acquire_my_map_info_list() gets fresh data. */ +void flush_my_map_info_list(); + #ifdef __cplusplus } #endif |