Skip to content

Commit

Permalink
QueueingPacketDelayer: Fixed issues reported in #919.
Browse files Browse the repository at this point in the history
  • Loading branch information
levy committed Mar 27, 2024
1 parent 637630e commit 23aa7b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/inet/queueing/common/QueueingPacketDelayer.ned
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ module QueueingPacketDelayer like IPacketDelayer
parameters:
string clockModule = default(""); // relative path of a module that implements IClock; optional
volatile double delay @unit(s);
*.clockModule = default(absPath("^" + clockModule));
@class(PacketDelayer);
*.clockModule = default(absPath(this.clockModule));
@display("i=block/delay");
gates:
input in @labels(push);
Expand Down

0 comments on commit 23aa7b2

Please sign in to comment.