summaryrefslogtreecommitdiff
path: root/device_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'device_info.h')
-rw-r--r--device_info.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/device_info.h b/device_info.h
index 1b5bd9a..937359f 100644
--- a/device_info.h
+++ b/device_info.h
@@ -40,6 +40,7 @@ class RTNLListener;
namespace apmanager {
+class ControlInterface;
class Manager;
// DeviceInfo will enumerate WiFi devices (PHYs) during startup and on-demand
@@ -104,12 +105,14 @@ class DeviceInfo : public base::SupportsWeakPtr<DeviceInfo> {
std::unique_ptr<shill::RTNLListener> link_listener_;
base::FilePath device_info_root_;
- Manager *manager_;
+ Manager* manager_;
// Cache copy of singleton pointers.
shill::NetlinkManager* netlink_manager_;
shill::RTNLHandler* rtnl_handler_;
+ int device_identifier_;
+
DISALLOW_COPY_AND_ASSIGN(DeviceInfo);
};