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/nicira_dec_ttl b/openflow_input/nicira_dec_ttl index 6d113fb..33a80a6 100644 --- a/openflow_input/nicira_dec_ttl +++ b/openflow_input/nicira_dec_ttl
@@ -32,6 +32,6 @@ uint16_t len; uint32_t experimenter; // OF_EXPERIMENTER_ID_NICIRA uint16_t subtype; // 18 - uint16_t pad; - uint32_t pad2; + pad(2); + pad(4); };