diff --git a/src/client/Client.hxx b/src/client/Client.hxx index f526c8a93..67cd1cfe0 100644 --- a/src/client/Client.hxx +++ b/src/client/Client.hxx @@ -192,6 +192,12 @@ public: return *partition; } + void SetPartition(Partition &new_partition) { + partition = &new_partition; + + // TODO: set various idle flags? + } + gcc_pure Instance &GetInstance();