debug_counter: replace of_table_name_t with of_str64_t
diff --git a/c_gen/templates/loci_show.h b/c_gen/templates/loci_show.h
index 974ec62..b210570 100644
--- a/c_gen/templates/loci_show.h
+++ b/c_gen/templates/loci_show.h
@@ -397,5 +397,6 @@
 #define LOCI_SHOW_u32_bsn_udf7(writer, cookie, val) LOCI_SHOW_u32(writer, cookie, val)
 #define LOCI_SHOW_u64_counter_id(writer, cookie, val) LOCI_SHOW_u64(writer, cookie, val)
 #define LOCI_SHOW_desc_str_description(writer, cookie, val) LOCI_SHOW_desc_str(writer, cookie, val)
+#define LOCI_SHOW_str64_name(writer, cookie, val) LOCI_SHOW_str64(writer, cookie, val)
 
 #endif /* _LOCI_SHOW_H_ */
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;
 };