commit | 12acae8db9dee865a41f0fd11dacf01112115920 | [log] [tgz] |
---|---|---|
author | Lorenzo Colitti <lorenzo@google.com> | Thu Oct 24 14:51:57 2013 +0900 |
committer | Lorenzo Colitti <lorenzo@google.com> | Thu Oct 31 13:40:50 2013 +0900 |
tree | 8b8395b96db0b4976e077f25867fd423e2731d42 | |
parent | 0b454ea4abdc8a563af6da58fa37835729220acf [diff] [blame] |
Make netd listen for and notify RDNSS options. Bug: 9180552 Change-Id: Id2485b35c2299cfc455dd2b3b725136e5eb2a7e4
diff --git a/ResponseCode.h b/ResponseCode.h index 46b842d..d8fafbb 100644 --- a/ResponseCode.h +++ b/ResponseCode.h
@@ -76,5 +76,6 @@ static const int ServiceGetAddrInfoSuccess = 612; static const int InterfaceClassActivity = 613; static const int InterfaceAddressChange = 614; + static const int InterfaceDnsInfo = 615; }; #endif