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_get_interfaces b/openflow_input/bsn_get_interfaces index f170d6f..d2105a2 100644 --- a/openflow_input/bsn_get_interfaces +++ b/openflow_input/bsn_get_interfaces
@@ -38,7 +38,7 @@ struct of_bsn_interface { of_mac_addr_t hw_addr; - uint16_t pad; + pad(2); of_port_name_t name; uint32_t ipv4_addr; uint32_t ipv4_netmask;