kernel: Add some missing state to process serialization. (#7295)
This commit is contained in:
parent
2bb7f89c30
commit
5bcdcffd96
1 changed files with 2 additions and 0 deletions
|
@ -48,6 +48,8 @@ void Process::serialize(Archive& ar, const unsigned int file_version) {
|
||||||
ar& vm_manager;
|
ar& vm_manager;
|
||||||
ar& memory_used;
|
ar& memory_used;
|
||||||
ar& memory_region;
|
ar& memory_region;
|
||||||
|
ar& holding_memory;
|
||||||
|
ar& holding_tls_memory;
|
||||||
ar& tls_slots;
|
ar& tls_slots;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue