mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Plumbing context.Context to DecRef() and Release().
context is passed to DecRef() and Release() which is needed for SO_LINGER implementation. PiperOrigin-RevId: 324672584
This commit is contained in:
committed by
gVisor bot
parent
ef11bb936b
commit
b2ae7ea1bb
@@ -238,7 +238,7 @@ type MappingIdentity interface {
|
||||
IncRef()
|
||||
|
||||
// DecRef decrements the MappingIdentity's reference count.
|
||||
DecRef()
|
||||
DecRef(ctx context.Context)
|
||||
|
||||
// MappedName returns the application-visible name shown in
|
||||
// /proc/[pid]/maps.
|
||||
|
||||
Reference in New Issue
Block a user