commit | 2264e932dde7ad41e9202d3115ae3347102e3b1a | [log] [tgz] |
---|---|---|
author | Rich Lane <rlane@bigswitch.com> | Wed Mar 19 13:36:04 2014 -0700 |
committer | Rich Lane <rlane@bigswitch.com> | Fri Mar 21 12:32:44 2014 -0700 |
tree | 389221b6da4989754a44055fc3f45535d32e843d | |
parent | f2c32dc0ce36d31265c0e446c3326fa6233a548c [diff] [blame] |
debug_counter: replace of_table_name_t with of_str64_t
diff --git a/openflow_input/bsn_debug_counter b/openflow_input/bsn_debug_counter index 66d8468..c2f898d 100644 --- a/openflow_input/bsn_debug_counter +++ b/openflow_input/bsn_debug_counter
@@ -79,7 +79,7 @@ struct of_bsn_debug_counter_desc_stats_entry { uint64_t counter_id; - of_table_name_t name; + of_str64_t name; of_desc_str_t description; };