More base-derived fixes
This commit is contained in:
parent
996aba39fe
commit
9525d81344
23 changed files with 75 additions and 3 deletions
|
@ -32,6 +32,7 @@ namespace Kernel {
|
|||
|
||||
template <class Archive>
|
||||
void Thread::serialize(Archive& ar, const unsigned int file_version) {
|
||||
ar& boost::serialization::base_object<Object>(*this);
|
||||
ar&* context.get();
|
||||
ar& thread_id;
|
||||
ar& status;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue