From: Niels Provos Date: Mon, 29 Aug 2005 07:23:51 +0000 (+0000) Subject: oops forgot this one X-Git-Tag: release-2.0.1-alpha~768 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5c5145dc1ca44fab0e6f543dbb2cbf95583e0bbf;p=libevent oops forgot this one svn:r179 --- diff --git a/test/regress.rpc b/test/regress.rpc new file mode 100644 index 00000000..7bc6b75d --- /dev/null +++ b/test/regress.rpc @@ -0,0 +1,17 @@ +/* tests data packing and unpacking */ + +struct msg { + string from_name = 1; + string to_name = 2; + optional struct[kill] kill = 3; + array struct[run] run = 4; +} + +struct kill { + string weapon = 1; + string action = 2; +} + +struct run { + string how = 1; +}