]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/thrift/contrib/async-test/aggr.thrift
buildsys: switch source download to quincy
[ceph.git] / ceph / src / jaegertracing / thrift / contrib / async-test / aggr.thrift
1 exception Error {
2 1: string desc;
3 }
4
5 service Aggr {
6 void addValue(1: i32 value);
7 list<i32> getValues() throws (1: Error err);
8 }