]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/thrift/contrib/zeromq/storage.thrift
buildsys: switch source download to quincy
[ceph.git] / ceph / src / jaegertracing / thrift / contrib / zeromq / storage.thrift
CommitLineData
f67539c2
TL
1service Storage {
2 oneway void incr(1: i32 amount);
3 i32 get();
4}