Skip to content

Commit

Permalink
*: support incr (apache#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
qinzuoyan authored Jul 10, 2018
1 parent ba5f78b commit 961fca2
Show file tree
Hide file tree
Showing 37 changed files with 1,117 additions and 209 deletions.
2 changes: 2 additions & 0 deletions src/base/pegasus_rpc_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ using multi_remove_rpc =

using remove_rpc = dsn::rpc_holder<dsn::blob, dsn::apps::update_response>;

using incr_rpc = dsn::rpc_holder<dsn::apps::incr_request, dsn::apps::incr_response>;

} // namespace pegasus
Loading

0 comments on commit 961fca2

Please sign in to comment.