add the ability for the ethernet device to check if the link is busy
--HG-- extra : convert_revision : 0dc0c4c4546869261f4508ad22a6a85aecf3c334
This commit is contained in:
@@ -63,6 +63,9 @@ class EtherInt : public SimObject
|
||||
bool sendPacket(EthPacketPtr packet)
|
||||
{ return peer ? peer->recvPacket(packet) : true; }
|
||||
virtual bool recvPacket(EthPacketPtr packet) = 0;
|
||||
|
||||
bool askBusy() {return peer->isBusy(); }
|
||||
virtual bool isBusy() { return false; }
|
||||
};
|
||||
|
||||
#endif // __DEV_ETHERINT_HH__
|
||||
|
||||
Reference in New Issue
Block a user