summaryrefslogtreecommitdiff
path: root/test/regress.rpc
diff options
context:
space:
mode:
authorNiels Provos <provos@gmail.com>2008-06-21 02:21:25 +0000
committerNiels Provos <provos@gmail.com>2008-06-21 02:21:25 +0000
commit99a1063e735f70443268b50d14f042c87cb9b99a (patch)
tree2789eb33ecbbb259c280e9c290f183b31ba40d72 /test/regress.rpc
parent4c56ba1cede32ba30624208e8e84672531e644e3 (diff)
downloadlibevent-99a1063e735f70443268b50d14f042c87cb9b99a.tar.gz
support 64-bit integers in rpc structs
svn:r856
Diffstat (limited to 'test/regress.rpc')
-rw-r--r--test/regress.rpc3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/regress.rpc b/test/regress.rpc
index f8a4b1c1..c0170a78 100644
--- a/test/regress.rpc
+++ b/test/regress.rpc
@@ -19,4 +19,7 @@ struct run {
bytes fixed_bytes[24] = 3;
array string notes = 4;
+
+ optional int64 large_number = 5;
+ array int other_numbers = 6;
}