Client: add method SetPartition()
This commit is contained in:
parent
3eee35e1f7
commit
a99bab935a
@ -192,6 +192,12 @@ public:
|
|||||||
return *partition;
|
return *partition;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void SetPartition(Partition &new_partition) {
|
||||||
|
partition = &new_partition;
|
||||||
|
|
||||||
|
// TODO: set various idle flags?
|
||||||
|
}
|
||||||
|
|
||||||
gcc_pure
|
gcc_pure
|
||||||
Instance &GetInstance();
|
Instance &GetInstance();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user