commit | 3667936aadcabddc708797ac38ce1ffb2f992cb3 | [log] [tgz] |
---|---|---|
author | Lorenzo Colitti <lorenzo@google.com> | Wed Feb 25 10:26:19 2015 +0900 |
committer | Lorenzo Colitti <lorenzo@google.com> | Wed Feb 25 13:50:49 2015 +0900 |
tree | 5b2945957c1f42dc3dbcfb68555dc524b49b4161 | |
parent | 799625cd5b0a2191632f5b042bf9ff559c18a848 [diff] [blame] |
Add a dummy network that discards all packets. Bug: 19500693 Change-Id: Ic25f2d8c481f1528e887e43ca3fa868189582110
diff --git a/server/NetworkController.h b/server/NetworkController.h index 5596f0c..073745d 100644 --- a/server/NetworkController.h +++ b/server/NetworkController.h
@@ -43,6 +43,7 @@ static const unsigned MIN_OEM_ID; static const unsigned MAX_OEM_ID; static const unsigned LOCAL_NET_ID; + static const unsigned DUMMY_NET_ID; NetworkController();