X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmem%2Fruby%2Fcommon%2FNetDest.hh;h=e09be0c2cb26a74c1a9bb02577665592d0f9dc07;hb=16ac48e6a419b75e6a9e86fab9cd2fd62ef9a574;hp=f982b7c38af8a5395103e8d49d0cf025c46274fb;hpb=cde20fd476a2563bac54bb135fad0dd5e03112db;p=gem5.git diff --git a/src/mem/ruby/common/NetDest.hh b/src/mem/ruby/common/NetDest.hh index f982b7c38..e09be0c2c 100644 --- a/src/mem/ruby/common/NetDest.hh +++ b/src/mem/ruby/common/NetDest.hh @@ -26,7 +26,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -// NetDest specifies the network destination of a NetworkMessage +// NetDest specifies the network destination of a Message // This is backward compatible with the Set class that was previously // used to specify network destinations. // NetDest supports both node networks and component networks @@ -38,7 +38,7 @@ #include #include "mem/ruby/common/Set.hh" -#include "mem/ruby/system/MachineID.hh" +#include "mem/ruby/common/MachineID.hh" class NetDest { @@ -55,7 +55,6 @@ class NetDest void add(MachineID newElement); void addNetDest(const NetDest& netDest); - void addRandom(); void setNetDest(MachineType machine, const Set& set); void remove(MachineID oldElement); void removeNetDest(const NetDest& netDest);