diff options
author | dimitri staessens <dimitri.staessens@ugent.be> | 2017-05-10 16:13:07 +0000 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@ugent.be> | 2017-05-10 16:13:07 +0000 |
commit | b36acfd93b1dc16a153ca9b9077d113732accb4e (patch) | |
tree | 4ee9635c7a0be3714c7c2f17353e07bc68cf8281 /src/ipcpd/normal/flow_alloc.proto | |
parent | 40d3fd8cfaf93547428bae51bb34772ead7d32e7 (diff) | |
parent | c75f20d2ef73b0193e75fa59c4679be713a342c7 (diff) | |
download | ouroboros-b36acfd93b1dc16a153ca9b9077d113732accb4e.tar.gz ouroboros-b36acfd93b1dc16a153ca9b9077d113732accb4e.zip |
Merged in dstaesse/ouroboros/be-frct-del (pull request #504)
ipcpd: Remove FRCT from normal IPCP
Diffstat (limited to 'src/ipcpd/normal/flow_alloc.proto')
-rw-r--r-- | src/ipcpd/normal/flow_alloc.proto | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ipcpd/normal/flow_alloc.proto b/src/ipcpd/normal/flow_alloc.proto index 947ce86b..78505761 100644 --- a/src/ipcpd/normal/flow_alloc.proto +++ b/src/ipcpd/normal/flow_alloc.proto @@ -32,7 +32,7 @@ message flow_alloc_msg { optional bytes hash = 2; optional uint32 qc = 3; optional sint32 response = 4; - optional uint32 cep_id = 5; - optional uint32 s_cep_id = 6; + optional uint32 r_fd = 5; + optional uint32 s_fd = 6; optional uint64 s_addr = 7; }; |