commit | ab798de742c067f74a58841ca8b26be2d683308e | [log] [tgz] |
---|---|---|
author | Lorenzo Colitti <lorenzo@google.com> | Thu May 15 15:34:34 2014 -0700 |
committer | Lorenzo Colitti <lorenzo@google.com> | Mon Feb 02 17:47:29 2015 +0900 |
tree | 634f92ed996587b587ef6e71546c9a4c354a2615 | |
parent | de6b710f4f7f1e1c21e44029e30843d5ba23a033 [diff] |
Return route attribute types as strings. This is not really a good solution, because attributes are passed in as integers and returned as strings, but at least the returned values don't need to be decoded again. Without this change, attribute types are integers whose meaning cannot be determined without decoding the message again. The proper solution would be to define these as some sort of enum type. Change-Id: Ifd031329719db40f2230ae3d020c65427f3207f5