commit | e2af4ee9c1c8c63544591cafd4ad6e4fadfd0c80 | [log] [tgz] |
---|---|---|
author | Rich Lane <rlane@bigswitch.com> | Thu May 09 11:04:06 2013 -0700 |
committer | Rich Lane <rlane@bigswitch.com> | Tue May 14 13:08:49 2013 -0700 |
tree | 8948d316084a9c4a896de1af9f2fc31eee550ce1 | |
parent | e4d04ea0ba3a2ff2c44b177fb8a2f022a6661b1e [diff] [blame] |
openflow_input: use padding member syntax
diff --git a/openflow_input/bsn_pktin_suppression b/openflow_input/bsn_pktin_suppression index faa1908..7bc32b2 100644 --- a/openflow_input/bsn_pktin_suppression +++ b/openflow_input/bsn_pktin_suppression
@@ -63,7 +63,7 @@ uint32_t experimenter; // OF_EXPERIMENTER_ID_BSN uint32_t subtype; // 11 uint8_t enabled; - uint8_t pad; + pad(1); uint16_t idle_timeout; uint16_t hard_timeout; uint16_t priority;