projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce697a5
)
wrap mbuf stuff in the tru64 namespace since other OSes
author
Nathan Binkert
<binkertn@umich.edu>
Thu, 13 May 2004 11:00:31 +0000
(07:00 -0400)
committer
Nathan Binkert
<binkertn@umich.edu>
Thu, 13 May 2004 11:00:31 +0000
(07:00 -0400)
may be different
--HG--
extra : convert_revision :
75ea218b5219c7a2b5bf7dca7c52dfff22740478
kern/tru64/mbuf.hh
patch
|
blob
|
history
diff --git
a/kern/tru64/mbuf.hh
b/kern/tru64/mbuf.hh
index bfee0b3fad8484c9f26efc3381961e81edf6cd63..a386fa61179ecae142a09f736ecee0429d9ca565 100644
(file)
--- a/
kern/tru64/mbuf.hh
+++ b/
kern/tru64/mbuf.hh
@@
-32,6
+32,8
@@
#include "sim/host.hh"
#include "targetarch/isa_traits.hh"
+namespace tru64 {
+
struct m_hdr {
Addr mh_next; // 0x00
Addr mh_nextpkt; // 0x08
@@
-91,4
+93,6
@@
struct mbuf {
#define m_pktdat M_dat.MH.MH_dat.MH_databuf
#define m_dat M_dat.M_databuf
+}
+
#endif // __MBUF_HH__