summaryrefslogtreecommitdiffstats
path: root/src/ServerInfoManager.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/ServerInfoManager.hh')
-rw-r--r--src/ServerInfoManager.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ServerInfoManager.hh b/src/ServerInfoManager.hh
index 01e9394..5cd5c5e 100644
--- a/src/ServerInfoManager.hh
+++ b/src/ServerInfoManager.hh
@@ -209,6 +209,10 @@ public:
void playSample(uint32_t sample, uint32_t sink);
void runVolumeMeter(const Glib::ustring &source);
+
+ void killClient(uint32_t index);
+ void killSourceOutput(uint32_t index);
+ void killSinkInput(uint32_t index);
protected:
std::map<int, SinkInfo*> sinks;