summaryrefslogtreecommitdiff
path: root/src/ipcpd/normal/flow_alloc.proto
diff options
context:
space:
mode:
authordimitri staessens <dimitri.staessens@ugent.be>2017-05-02 10:04:10 +0000
committerSander Vrijders <sander.vrijders@ugent.be>2017-05-02 10:04:10 +0000
commitfb5fd3771629c9276450b5618e0875cb3aac98bb (patch)
tree7981d1887add4a291bafc321bd67a4daa4b0686b /src/ipcpd/normal/flow_alloc.proto
parented9e4a4fc1eaad3f5f08106e6048b92094a6a70b (diff)
parent9b8b1412c3c4a80df713abd02f172d87397adaf0 (diff)
downloadouroboros-fb5fd3771629c9276450b5618e0875cb3aac98bb.tar.gz
ouroboros-fb5fd3771629c9276450b5618e0875cb3aac98bb.zip
Merged in dstaesse/ouroboros/be-dealloc-del (pull request #502)
ipcpd: Don't send deallocation messages
Diffstat (limited to 'src/ipcpd/normal/flow_alloc.proto')
-rw-r--r--src/ipcpd/normal/flow_alloc.proto1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ipcpd/normal/flow_alloc.proto b/src/ipcpd/normal/flow_alloc.proto
index ee7f96e8..947ce86b 100644
--- a/src/ipcpd/normal/flow_alloc.proto
+++ b/src/ipcpd/normal/flow_alloc.proto
@@ -25,7 +25,6 @@ syntax = "proto2";
enum flow_alloc_code {
FLOW_REQ = 1;
FLOW_REPLY = 2;
- FLOW_DEALLOC = 3;
};
message flow_alloc_msg {