summaryrefslogtreecommitdiffstats
path: root/src/vat2/test/vat2_test.api
diff options
context:
space:
mode:
Diffstat (limited to 'src/vat2/test/vat2_test.api')
-rw-r--r--src/vat2/test/vat2_test.api11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/vat2/test/vat2_test.api b/src/vat2/test/vat2_test.api
index 6a2c94d182e..fe96dd75784 100644
--- a/src/vat2/test/vat2_test.api
+++ b/src/vat2/test/vat2_test.api
@@ -28,3 +28,14 @@ enumflag test_enumflags {
autoreply define test_enum {
vl_api_test_enumflags_t flags;
};
+
+typedef test_stringtype {
+ string str[];
+};
+
+autoreply define test_string {
+ vl_api_test_stringtype_t str;
+};
+autoreply define test_string2 {
+ string str[];
+};