summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/socket/netlink/uevent
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/sentry/socket/netlink/uevent')
-rw-r--r--pkg/sentry/socket/netlink/uevent/uevent_state_autogen.go14
1 files changed, 7 insertions, 7 deletions
diff --git a/pkg/sentry/socket/netlink/uevent/uevent_state_autogen.go b/pkg/sentry/socket/netlink/uevent/uevent_state_autogen.go
index 4f2211ec2..63f488594 100644
--- a/pkg/sentry/socket/netlink/uevent/uevent_state_autogen.go
+++ b/pkg/sentry/socket/netlink/uevent/uevent_state_autogen.go
@@ -6,23 +6,23 @@ import (
"gvisor.dev/gvisor/pkg/state"
)
-func (x *Protocol) StateTypeName() string {
+func (p *Protocol) StateTypeName() string {
return "pkg/sentry/socket/netlink/uevent.Protocol"
}
-func (x *Protocol) StateFields() []string {
+func (p *Protocol) StateFields() []string {
return []string{}
}
-func (x *Protocol) beforeSave() {}
+func (p *Protocol) beforeSave() {}
-func (x *Protocol) StateSave(m state.Sink) {
- x.beforeSave()
+func (p *Protocol) StateSave(stateSinkObject state.Sink) {
+ p.beforeSave()
}
-func (x *Protocol) afterLoad() {}
+func (p *Protocol) afterLoad() {}
-func (x *Protocol) StateLoad(m state.Source) {
+func (p *Protocol) StateLoad(stateSourceObject state.Source) {
}
func init() {