summaryrefslogtreecommitdiffstats
path: root/src/Core/ConnectionManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Core/ConnectionManager.h')
-rw-r--r--src/Core/ConnectionManager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Core/ConnectionManager.h b/src/Core/ConnectionManager.h
index 6e098b6..ba029ec 100644
--- a/src/Core/ConnectionManager.h
+++ b/src/Core/ConnectionManager.h
@@ -84,6 +84,7 @@ class ConnectionManager {
Net::Connection* getDaemonConnection(const std::string &name) const;
void identifyDaemonConnection(Net::Connection *connection, const std::string &name);
+ std::map<std::string,DaemonInfo> getDaemonList() const;
};
}