Commit 936b0965 authored by nilanjandaw's avatar nilanjandaw

removed redundant rmQueue

parent 0029b21b
......@@ -23,7 +23,6 @@ let date = new Date();
let log_channel = constants.log_channel
let usedPort = new Map(), // TODO: remove after integration with RM
rmQueue = new Map(), // queue holding requests for which DM is waiting for RM allocation
db = new Map(), // queue holding request to be dispatched
resourceMap = new Map(), // map between resource_id and resource details like node_id, port, associated function etc
functionToResource = new Map() // a function to resource map. Each map contains a minheap of
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment