Added RPC declarations to the schema parser.

This is the first step in RPC support. Actual code generation
to follow.

Change-Id: I96c40fec3db671d100dd9eb509a71c5cbe55bfb2
Tested: on Linux.
Bug: 20122696
This commit is contained in:
Wouter van Oortmerssen
2016-03-07 18:07:10 -08:00
parent fbc8af40e3
commit 1a63eb46bb
4 changed files with 77 additions and 1 deletions

View File

@@ -61,6 +61,11 @@ table Monster {
testhashu64_fnv1a:ulong (id:23, hash:"fnv1a_64");
}
rpc_service MonsterStorage {
Store(Monster):Stat;
Retrieve(Stat):Monster;
}
root_type Monster;
file_identifier "MONS";