commit | d5573d34c8fac49e16b20cf144486125bf940086 | [log] [tgz] |
---|---|---|
author | San Mehat <san@google.com> | Tue Jan 19 17:19:41 2010 -0800 |
committer | San Mehat <san@google.com> | Tue Jan 19 17:19:41 2010 -0800 |
tree | f1acc28a4c75d023df4f01429b13a08d27782ce6 | |
parent | 9ff78fb7da7158f5bd7c86d89a842691820259cf [diff] [blame] |
netd: Add support for attaching/detaching PPP daemons Signed-off-by: San Mehat <san@google.com>
diff --git a/ResponseCode.h b/ResponseCode.h index 37f0008..6c1c238 100644 --- a/ResponseCode.h +++ b/ResponseCode.h
@@ -25,6 +25,7 @@ static const int InterfaceListResult = 110; static const int TetherInterfaceListResult = 111; static const int TetherDnsFwdTgtListResult = 112; + static const int TtyListResult = 113; // 200 series - Requested action has been successfully completed