commit | 19d00bafd9864d0099296d035e8743536b04bd20 | [log] [tgz] |
---|---|---|
author | Rich Lane <rlane@bigswitch.com> | Wed Jun 25 18:08:19 2014 -0700 |
committer | Rich Lane <rlane@bigswitch.com> | Wed Jun 25 18:08:19 2014 -0700 |
tree | 07e4115ea4361b8d36ce1a0ac332514fea508a87 | |
parent | 6a01fae91132e470822946bce6cbec5dd1b3f9c0 [diff] |
bsn_log: add a comment about the string format
diff --git a/openflow_input/bsn_log b/openflow_input/bsn_log index 4f7fbce..b2a9758 100644 --- a/openflow_input/bsn_log +++ b/openflow_input/bsn_log
@@ -47,5 +47,5 @@ uint32_t experimenter == 0x5c16c7; uint32_t subtype == 63; enum ofp_bsn_loglevel loglevel; - of_octets_t data; + of_octets_t data; /* US-ASCII string, no null terminator */ };