aboutsummaryrefslogtreecommitdiffstats
path: root/daemon/src/connection_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/src/connection_manager.h')
-rw-r--r--daemon/src/connection_manager.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/daemon/src/connection_manager.h b/daemon/src/connection_manager.h
index 21977a4..d8b0e90 100644
--- a/daemon/src/connection_manager.h
+++ b/daemon/src/connection_manager.h
@@ -28,6 +28,9 @@ private:
void
detect_devices();
+ void
+ refresh_devices(bool add, bool remove);
+
Device_Map const & m_device_map;
Submitter & m_submitter;
std::map<Device_Id, std::unique_ptr<Device_Connection>> m_connections;