Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(271)

Unified Diff: impl/memory/gkvlite_utils.go

Issue 1411573014: Fix race in impl/memory. (Closed) Base URL: https://github.com/luci/gae.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« impl/memory/datastore_data.go ('K') | « impl/memory/datastore_data.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: impl/memory/gkvlite_utils.go
diff --git a/impl/memory/gkvlite_utils.go b/impl/memory/gkvlite_utils.go
index ba248379fd0a83fb9b5eb1f771ff07afc29800bf..ed7aa5cd5b0f0cacdfa650769fe26f8e897092d4 100644
--- a/impl/memory/gkvlite_utils.go
+++ b/impl/memory/gkvlite_utils.go
@@ -68,7 +68,7 @@ func gkvCollide(o, n *memCollection, f func(k, ov, nv []byte)) {
// doesn't exist).
type memStore gkvlite.Store
-func (memStore) ImATestingSnapshot() {}
+func (*memStore) ImATestingSnapshot() {}
func newMemStore() *memStore {
ret, err := gkvlite.NewStore(nil)
« impl/memory/datastore_data.go ('K') | « impl/memory/datastore_data.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698