4 Commits

Author SHA1 Message Date
Riccardo Schirone
107fd678d4 io: io_create_mem_map and io_create_file_map private to the module 2018-09-03 11:18:10 +02:00
Riccardo Schirone
49e548bff9 io: make update_skyline private 2018-09-03 11:18:10 +02:00
Riccardo Schirone
d196c755dd io: make r_io_map_add always update skyline
keep a "private" version named io_map_add that can be used for
performance reaons internally in the io module.
2018-09-03 11:18:10 +02:00
Riccardo Schirone
be8ece36a7 io: make r_io_map_new always update skyline
keep a "private" version, named io_map_new, which can be called by the
io module for performance reasons (e.g. loading many maps, you don't
want to sync the status every time when you can do that only one time at
the end of the batch insertion).
2018-09-03 11:18:10 +02:00