diff options
author | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-01-17 14:31:39 -0500 |
---|---|---|
committer | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-01-17 14:31:39 -0500 |
commit | 59f06d99530676c638495d9cde0748f7653e33e5 (patch) | |
tree | 188aec6639890a17d1f385e18f11fec9d89c450f /openxc.options | |
parent | 40127285861b290ad596bf713cf6d21e7f2072c1 (diff) |
Store diagnostic response payload as a byte array in protobuf.
Diffstat (limited to 'openxc.options')
-rw-r--r-- | openxc.options | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openxc.options b/openxc.options index 40ebed90..75caabab 100644 --- a/openxc.options +++ b/openxc.options @@ -1,3 +1,4 @@ openxc.TranslatedMessage.name max_size:100 openxc.TranslatedMessage.string_value max_size:100 openxc.TranslatedMessage.string_event max_size:100 +openxc.DiagnosticMessage.payload max_size:8 |