gem5
|
#include <fs9p.hh>
Public Attributes | |
uint32_t | len |
Length including header. More... | |
P9MsgType | type |
Message type. More... | |
P9Tag | tag |
Message tag. More... | |
uint32_t P9MsgHeader::len |
Length including header.
Definition at line 57 of file fs9p.hh.
Referenced by VirtIO9PBase::dumpMsg(), htop9(), p9toh(), VirtIO9PProxy::recvTMsg(), VirtIO9PBase::sendRMsg(), and VirtIO9PProxy::serverDataReady().
P9Tag P9MsgHeader::tag |
Message tag.
Definition at line 61 of file fs9p.hh.
Referenced by VirtIO9PBase::dumpMsg(), htop9(), p9toh(), and VirtIO9PBase::sendRMsg().
P9MsgType P9MsgHeader::type |