Chromium Code Reviews| Index: sdk/lib/io/socket.dart |
| diff --git a/sdk/lib/io/socket.dart b/sdk/lib/io/socket.dart |
| index f1ceec534b7453aa5aa5b767f98e236e951f0f7a..2f789585e6ca4313485ed1cdc31a981035734921 100644 |
| --- a/sdk/lib/io/socket.dart |
| +++ b/sdk/lib/io/socket.dart |
| @@ -145,6 +145,11 @@ abstract class NetworkInterface { |
| String get name; |
| /** |
| + * Get the index of the [NetworkInterface]. |
| + */ |
| + String get index; |
| + |
| + /** |
| * Get a list of [InternetAddress]s currently bound to this |
| * [NetworkInterface]. |
| */ |