Skip to content

Commit

Permalink
add moreJoins to SerializeTo()
Browse files Browse the repository at this point in the history
  • Loading branch information
mlimbeck committed Jul 22, 2024
1 parent d60e2b9 commit 8eadb41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/slayers/scion.go
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ func (s *SCION) NetworkFlow() (res gopacket.Flow) {
// @ ensures e == nil && old(s.EqPathType(ubuf)) ==>
// @ IsSupportedRawPkt(b.View()) == old(IsSupportedPkt(ubuf))
// @ decreases
// #backend[moreJoins(1)]
func (s *SCION) SerializeTo(b gopacket.SerializeBuffer, opts gopacket.SerializeOptions /* @ , ghost ubuf []byte @*/) (e error) {
// @ unfold acc(s.Mem(ubuf), R1)
// @ defer fold acc(s.Mem(ubuf), R1)
Expand Down

0 comments on commit 8eadb41

Please sign in to comment.