NetDest.hh (6145:15cca6ab723a) NetDest.hh (6154:6bb54dcb940e)
1
2/*
3 * Copyright (c) 1999-2008 Mark D. Hill and David A. Wood
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met: redistributions of source code must retain the above copyright

--- 30 unchanged lines hidden (view full) ---

39// NetDest specifies the network destination of a NetworkMessage
40// This is backward compatible with the Set class that was previously
41// used to specify network destinations.
42// NetDest supports both node networks and component networks
43
44#ifndef NETDEST_H
45#define NETDEST_H
46
1
2/*
3 * Copyright (c) 1999-2008 Mark D. Hill and David A. Wood
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met: redistributions of source code must retain the above copyright

--- 30 unchanged lines hidden (view full) ---

39// NetDest specifies the network destination of a NetworkMessage
40// This is backward compatible with the Set class that was previously
41// used to specify network destinations.
42// NetDest supports both node networks and component networks
43
44#ifndef NETDEST_H
45#define NETDEST_H
46
47#include "Global.hh"
48#include "Vector.hh"
49#include "NodeID.hh"
50#include "MachineID.hh"
51#include "RubyConfig.hh"
52#include "Set.hh"
53#include "MachineType.hh"
47#include "mem/ruby/common/Global.hh"
48#include "mem/gems_common/Vector.hh"
49#include "mem/ruby/system/NodeID.hh"
50#include "mem/ruby/system/MachineID.hh"
51#include "mem/ruby/config/RubyConfig.hh"
52#include "mem/ruby/common/Set.hh"
53#include "mem/protocol/MachineType.hh"
54
55class Set;
56
57class NetDest {
58public:
59 // Constructors
60 // creates and empty set
61 NetDest();

--- 84 unchanged lines hidden ---
54
55class Set;
56
57class NetDest {
58public:
59 // Constructors
60 // creates and empty set
61 NetDest();

--- 84 unchanged lines hidden ---