OSDN Git Service

Support checking structs for equality.
authorLorenzo Colitti <lorenzo@google.com>
Thu, 14 Jan 2016 17:00:05 +0000 (02:00 +0900)
committerLorenzo Colitti <lorenzo@google.com>
Fri, 15 Jan 2016 04:47:56 +0000 (13:47 +0900)
commit9d77f94d5c52e856127f2895f30b8544882d29f5
treec0a252d00db2246bd13ac27b63164322f64cbb13
parent587993212d96766b6fb78610a6b04bf096b71e10
Support checking structs for equality.

Also:

- Rename _fields to _fieldnames, because the history of this
  CL shows that _fields is confusing
- Fix some lint errors.

Change-Id: I23d0191e6a588820b3697b2d36d70880ea921d8a
tests/net_test/cstruct.py
tests/net_test/cstruct_test.py [new file with mode: 0755]