59,61c59,63
< // returns the queue requested for the given component
< MessageBuffer* getToNetQueue(NodeID id, bool ordered, int network_num, std::string vnet_type);
< MessageBuffer* getFromNetQueue(NodeID id, bool ordered, int network_num, std::string vnet_type);
---
> // sets the queue requested
> void setToNetQueue(NodeID id, bool ordered, int network_num,
> std::string vnet_type, MessageBuffer *b);
> void setFromNetQueue(NodeID id, bool ordered, int network_num,
> std::string vnet_type, MessageBuffer *b);
91a94
>