From 6a26c92d6f18035177b9653ad6a87da5a7d93e0d Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Thu, 13 May 2004 07:00:31 -0400 Subject: [PATCH] wrap mbuf stuff in the tru64 namespace since other OSes may be different --HG-- extra : convert_revision : 75ea218b5219c7a2b5bf7dca7c52dfff22740478 --- kern/tru64/mbuf.hh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kern/tru64/mbuf.hh b/kern/tru64/mbuf.hh index bfee0b3fa..a386fa611 100644 --- 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__ -- 2.30.2