Deleted Added
sdiff udiff text old ( 8229:78bf55f23338 ) new ( 8608:02d7ac5fb855 )
full compact
1/*
2 * Copyright (c) 1999-2008 Mark D. Hill and David A. Wood
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

37#define __MEM_RUBY_NETWORK_SIMPLE_PERFECTSWITCH_HH__
38
39#include <iostream>
40#include <string>
41#include <vector>
42
43#include "mem/ruby/common/Consumer.hh"
44#include "mem/ruby/common/Global.hh"
45
46class MessageBuffer;
47class NetDest;
48class SimpleNetwork;
49
50struct LinkOrder
51{
52 int m_link;

--- 58 unchanged lines hidden ---