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;
 };