summaryrefslogtreecommitdiff
path: root/src/lib/irmd_messages.proto
diff options
context:
space:
mode:
authordimitri staessens <dimitri.staessens@ugent.be>2017-03-31 09:58:23 +0000
committerSander Vrijders <sander.vrijders@ugent.be>2017-03-31 09:58:23 +0000
commitad01a7fd0b6cd798b2d5a2901ae8499b25360707 (patch)
tree16b6fd66c3fe93d178e10a137179923b513851f9 /src/lib/irmd_messages.proto
parent5f79a21b80e68ba59616f0fa431287c3e94c43cf (diff)
parent7ba0fd0ce19244745c8d2512ce8a003783d914a7 (diff)
downloadouroboros-ad01a7fd0b6cd798b2d5a2901ae8499b25360707.tar.gz
ouroboros-ad01a7fd0b6cd798b2d5a2901ae8499b25360707.zip
Merged in dstaesse/ouroboros/be-new-api (pull request #439)
lib: Revise flow allocation API
Diffstat (limited to 'src/lib/irmd_messages.proto')
-rw-r--r--src/lib/irmd_messages.proto18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/lib/irmd_messages.proto b/src/lib/irmd_messages.proto
index c25d2c18..4fbd676e 100644
--- a/src/lib/irmd_messages.proto
+++ b/src/lib/irmd_messages.proto
@@ -39,14 +39,12 @@ enum irm_msg_code {
IRM_UNBIND_API = 11;
IRM_REG = 12;
IRM_UNREG = 13;
- IRM_FLOW_ACCEPT = 14;
- IRM_FLOW_ALLOC_RESP = 15;
- IRM_FLOW_ALLOC = 16;
- IRM_FLOW_ALLOC_RES = 17;
- IRM_FLOW_DEALLOC = 18;
- IPCP_FLOW_REQ_ARR = 19;
- IPCP_FLOW_ALLOC_REPLY = 20;
- IRM_REPLY = 21;
+ IRM_FLOW_ALLOC = 14;
+ IRM_FLOW_ACCEPT = 15;
+ IRM_FLOW_DEALLOC = 16;
+ IPCP_FLOW_REQ_ARR = 17;
+ IPCP_FLOW_ALLOC_REPLY = 18;
+ IRM_REPLY = 19;
};
message irm_msg {
@@ -63,5 +61,7 @@ message irm_msg {
optional dif_config_msg conf = 11;
optional uint32 opts = 12;
repeated sint32 apis = 13;
- optional sint32 result = 14;
+ optional uint32 timeo_sec = 14;
+ optional uint32 timeo_usec = 15;
+ optional sint32 result = 16;
};