fix type! argh
dev/etherlink.cc: int -> Tick --HG-- extra : convert_revision : 33c45ea306e6532b91d84018702b220b25de463e
This commit is contained in:
parent
e4b52476bc
commit
a7635fa6ef
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ BEGIN_DECLARE_SIM_OBJECT_PARAMS(EtherLink)
|
|||
|
||||
SimObjectParam<EtherInt *> interface1;
|
||||
SimObjectParam<EtherInt *> interface2;
|
||||
Param<int> link_speed;
|
||||
Param<Tick> link_speed;
|
||||
SimObjectParam<EtherDump *> packet_dump;
|
||||
|
||||
END_DECLARE_SIM_OBJECT_PARAMS(EtherLink)
|
||||
|
|
Loading…
Reference in a new issue