summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/tcpip_unsafe_state_autogen.go
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2020-10-08 01:32:17 +0000
committergVisor bot <gvisor-bot@google.com>2020-10-08 01:32:17 +0000
commit8f70c8003e9d132fc766ed7d92ce805c093d518b (patch)
tree6d77a3246e3f04605790d410e7630cb910704ced /pkg/tcpip/tcpip_unsafe_state_autogen.go
parent8f9d99c812b7599c52ed98f80c1a33717758a5c6 (diff)
parenta55bd73d4802112a7055de8663e947b9c0f42a2e (diff)
Merge release-20200928.0-66-ga55bd73d4 (automated)
Diffstat (limited to 'pkg/tcpip/tcpip_unsafe_state_autogen.go')
-rw-r--r--pkg/tcpip/tcpip_unsafe_state_autogen.go14
1 files changed, 7 insertions, 7 deletions
diff --git a/pkg/tcpip/tcpip_unsafe_state_autogen.go b/pkg/tcpip/tcpip_unsafe_state_autogen.go
index adefdcc37..8f6fc08cf 100644
--- a/pkg/tcpip/tcpip_unsafe_state_autogen.go
+++ b/pkg/tcpip/tcpip_unsafe_state_autogen.go
@@ -9,23 +9,23 @@ import (
"gvisor.dev/gvisor/pkg/state"
)
-func (x *StdClock) StateTypeName() string {
+func (s *StdClock) StateTypeName() string {
return "pkg/tcpip.StdClock"
}
-func (x *StdClock) StateFields() []string {
+func (s *StdClock) StateFields() []string {
return []string{}
}
-func (x *StdClock) beforeSave() {}
+func (s *StdClock) beforeSave() {}
-func (x *StdClock) StateSave(m state.Sink) {
- x.beforeSave()
+func (s *StdClock) StateSave(stateSinkObject state.Sink) {
+ s.beforeSave()
}
-func (x *StdClock) afterLoad() {}
+func (s *StdClock) afterLoad() {}
-func (x *StdClock) StateLoad(m state.Source) {
+func (s *StdClock) StateLoad(stateSourceObject state.Source) {
}
func init() {