Skip to content

Commit

Permalink
update monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
Mengyang He committed Mar 31, 2024
1 parent 5444f55 commit ab691f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions monitoring/monitor_internal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ func (c *sampleComponent) Handle(_ sim.Event) error {
return nil
}

func (c *sampleComponent) NotifyRecv(_ sim.VTimeInSec, _ sim.Port) {
func (c *sampleComponent) NotifyRecv(_ sim.Port) {
// Do nothing
}

func (c *sampleComponent) NotifyPortFree(_ sim.VTimeInSec, _ sim.Port) {
func (c *sampleComponent) NotifyPortFree(_ sim.Port) {
// Do nothing
}

Expand Down

0 comments on commit ab691f2

Please sign in to comment.