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

Commit

Permalink
permission fix in rc
Browse files Browse the repository at this point in the history
  • Loading branch information
mlimbeck committed Feb 19, 2024
1 parent 67a4d5d commit de48fa1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion router/dataplane.go
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,8 @@ func (d *DataPlane) Run(ctx context.Context /*@, ghost place io.Place, ghost sta
// @ requires rd != nil && acc(rd.Mem(), _)
// contracts for IO-spec
// @ requires dp.Valid()
// @ requires d.dpSpecWellConfigured(dp)
// @ requires let d := *dPtr in
// @ acc(d.Mem(), _) && d.dpSpecWellConfigured(dp)
// @ requires acc(ioLock.LockP(), _) && ioLock.LockInv() == SharedInv!< dp, ioSharedArg !>;
func /*@ rc @*/ (ingressID uint16, rd BatchConn, dPtr **DataPlane /*@, ghost ioLock *sync.Mutex, ghost ioSharedArg SharedArg, ghost dp io.DataPlaneSpec @*/) {
// @ ghost ioIngressID := ifsToIO_ifs(ingressID)
Expand Down

0 comments on commit de48fa1

Please sign in to comment.