Serialize geometry_pipeline

This commit is contained in:
Hamish Milne
2020-02-13 17:38:17 +08:00
committed by zhupengfei
parent acc89b2251
commit c284192a87
6 changed files with 144 additions and 13 deletions
+2 -1
View File
@@ -119,7 +119,8 @@ void KernelSystem::serialize(Archive& ar, const unsigned int file_version)
ar & current_process;
ar & *thread_manager.get();
ar & *config_mem_handler.get();
ar & *shared_page_handler.get();
// Shared page data is read-only at the moment, so doesn't need serializing
//ar & *shared_page_handler.get();
}
SERIALIZE_IMPL(KernelSystem)