diff options
Diffstat (limited to 'server/InterfaceController.cpp')
| -rw-r--r-- | server/InterfaceController.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/server/InterfaceController.cpp b/server/InterfaceController.cpp index 4c350852..7006fee5 100644 --- a/server/InterfaceController.cpp +++ b/server/InterfaceController.cpp @@ -192,6 +192,9 @@ Status setProperty(const std::string& key, const std::string& val) { } // namespace +namespace android { +namespace net { + android::netdutils::Status InterfaceController::enableStablePrivacyAddresses( const std::string& iface, const GetPropertyFn& getProperty, @@ -439,3 +442,6 @@ StatusOr<std::map<std::string, uint32_t>> InterfaceController::getIfaceList() { } return ifacePairs; } + +} // namespace net +} // namespace android |
