Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
Update router/dataplane_spec.gobra
Browse files Browse the repository at this point in the history
Co-authored-by: Dionysios Spiliopoulos <[email protected]>
  • Loading branch information
mlimbeck and Dspil authored Nov 17, 2023
1 parent 715fa51 commit b051f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion router/dataplane_spec.gobra
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ pure func infoFieldOffset(currINF int) int {
ghost
decreases
pure func hopFieldOffset(numINF int, currHF int) int {
return 4 + 8*numINF + 12 * currHF
return 4 + 8 * numINF + 12 * currHF
}


Expand Down

0 comments on commit b051f09

Please sign in to comment.