Commit a99bab93 authored by Max Kellermann's avatar Max Kellermann

Client: add method SetPartition()

parent 3eee35e1
......@@ -192,6 +192,12 @@ public:
return *partition;
}
void SetPartition(Partition &new_partition) {
partition = &new_partition;
// TODO: set various idle flags?
}
gcc_pure
Instance &GetInstance();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment