diff options
Diffstat (limited to 'libevent/test/regress.rpc')
| -rw-r--r-- | libevent/test/regress.rpc | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/libevent/test/regress.rpc b/libevent/test/regress.rpc deleted file mode 100644 index 7bc6b75..0000000 --- a/libevent/test/regress.rpc +++ /dev/null @@ -1,17 +0,0 @@ -/* 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; -} |