Skip to content

Commit

Permalink
Add global rpc_generic protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
rumi committed Oct 29, 2012
1 parent 2cabd6a commit 38086b9
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
global protocol RPC (role provider, role requester)
{
request from requester to provider;
choice at provider {
accept from provider to requester;
choice at provider {
(inform) from provider to requester;
} or {
(failure) from provider to requester;}
} or {
reject from provider to requester;}}

0 comments on commit 38086b9

Please sign in to comment.