summaryrefslogtreecommitdiffhomepage
path: root/pkg/abi/linux
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2020-02-11 19:46:42 +0000
committergVisor bot <gvisor-bot@google.com>2020-02-11 19:46:42 +0000
commitb92a60b3669d9f026c3bf8a023347105e0283624 (patch)
tree9834cf5339dbe5179b52665a2c1cb3bfa4f4c2bb /pkg/abi/linux
parent8afbfb1022637fc52a55af35feda0dd79deeb0c4 (diff)
parent9be46e55c2aadcf40c9abd4b515c3fe899d9fa08 (diff)
Merge release-20200127.0-130-g9be46e5 (automated)
Diffstat (limited to 'pkg/abi/linux')
-rwxr-xr-xpkg/abi/linux/linux_state_autogen.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg/abi/linux/linux_state_autogen.go b/pkg/abi/linux/linux_state_autogen.go
index 048ee5a25..b8e488a11 100755
--- a/pkg/abi/linux/linux_state_autogen.go
+++ b/pkg/abi/linux/linux_state_autogen.go
@@ -62,7 +62,7 @@ func (x *WindowSize) load(m state.Map) {
}
func init() {
- state.Register("linux.BPFInstruction", (*BPFInstruction)(nil), state.Fns{Save: (*BPFInstruction).save, Load: (*BPFInstruction).load})
- state.Register("linux.KernelTermios", (*KernelTermios)(nil), state.Fns{Save: (*KernelTermios).save, Load: (*KernelTermios).load})
- state.Register("linux.WindowSize", (*WindowSize)(nil), state.Fns{Save: (*WindowSize).save, Load: (*WindowSize).load})
+ state.Register("pkg/abi/linux.BPFInstruction", (*BPFInstruction)(nil), state.Fns{Save: (*BPFInstruction).save, Load: (*BPFInstruction).load})
+ state.Register("pkg/abi/linux.KernelTermios", (*KernelTermios)(nil), state.Fns{Save: (*KernelTermios).save, Load: (*KernelTermios).load})
+ state.Register("pkg/abi/linux.WindowSize", (*WindowSize)(nil), state.Fns{Save: (*WindowSize).save, Load: (*WindowSize).load})
}