commit | 37aaed5f6acd776f52d731787dbd43ddf60417cb | [log] [tgz] |
---|---|---|
author | xinwu <xin.wu@bigswitch.com> | Thu Dec 05 18:37:35 2013 -0800 |
committer | xinwu <xin.wu@bigswitch.com> | Thu Dec 05 18:37:35 2013 -0800 |
tree | 613720142bd6ab163003f4d03d934ce51dbbf531 | |
parent | f08ef687300b03ced9336bd8f63e2f0c8e8a064e [diff] [blame] |
simplify variable names
diff --git a/openflow_input/bsn_port_counter b/openflow_input/bsn_port_counter index fe230b9..44486c2 100644 --- a/openflow_input/bsn_port_counter +++ b/openflow_input/bsn_port_counter
@@ -62,7 +62,7 @@ uint16_t length; pad(2); of_port_no_t port_no; - list(of_uint64_t) port_values; + list(of_uint64_t) values; }; struct of_bsn_port_counter_stats_reply : of_bsn_stats_reply {