blob: 9ba75253bf7c7549bfe7b080fb543252a0f30c4f [file] [log] [blame]
Jens Geyerc2ccca82014-04-14 22:36:50 +02001service OneWay {
2 oneway void hi(1: i64 i, 2: string s)
3 void emptyfunc()
4 i64 echo_int(1: i64 param)
5}