summaryrefslogtreecommitdiff
path: root/libs/libevent/docs/test/regress.rpc
diff options
context:
space:
mode:
authorKirill Volinsky <Mataes2007@gmail.com>2017-11-29 09:33:41 +0300
committerKirill Volinsky <Mataes2007@gmail.com>2017-11-29 09:33:41 +0300
commit89f3cf8bbb9dc1fa0fe72f6af6638ac086c7e011 (patch)
tree5be9a7ae2255b9ad420bed266b90b1f98059964a /libs/libevent/docs/test/regress.rpc
parente28c4adb361a87e143eb8cb2af449e3bcb3375b1 (diff)
libevent, telegram, whatsapp moved to deprecated coz doesn't work
Diffstat (limited to 'libs/libevent/docs/test/regress.rpc')
-rw-r--r--libs/libevent/docs/test/regress.rpc25
1 files changed, 0 insertions, 25 deletions
diff --git a/libs/libevent/docs/test/regress.rpc b/libs/libevent/docs/test/regress.rpc
deleted file mode 100644
index 0ee904e913..0000000000
--- a/libs/libevent/docs/test/regress.rpc
+++ /dev/null
@@ -1,25 +0,0 @@
-/* tests data packing and unpacking */
-
-struct msg {
- string /* sender */ from_name = 1; /* be verbose */
- string to_name = 2;
- optional struct[kill] attack = 3;
- array struct[run] run = 4;
-}
-
-struct kill {
- string weapon = 0x10121;
- string action = 2;
- array int how_often = 3;
-}
-
-struct run {
- string how = 1;
- optional bytes some_bytes = 2;
-
- bytes fixed_bytes[24] = 3;
- array string notes = 4;
-
- optional int64 large_number = 5;
- array int other_numbers = 6;
-}