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

Unified Diff: filter/dscache/ds_txn_state.go

Issue 1355783002: Refactor keys and queries in datastore service and implementation. (Closed) Base URL: https://github.com/luci/gae.git@master
Patch Set: appease errcheck Created 5 years, 3 months 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
« no previous file with comments | « filter/dscache/ds_txn.go ('k') | filter/dscache/dscache.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: filter/dscache/ds_txn_state.go
diff --git a/filter/dscache/ds_txn_state.go b/filter/dscache/ds_txn_state.go
index 4eb505e233daf15d7a1563d7d9b733d0c73cc431..4497fcb99aa04720c4ece8d6f9eb56f01287b9c4 100644
--- a/filter/dscache/ds_txn_state.go
+++ b/filter/dscache/ds_txn_state.go
@@ -67,7 +67,7 @@ func (s *dsTxnState) release(sc *supportContext) {
}
}
-func (s *dsTxnState) add(sc *supportContext, keys []datastore.Key) {
+func (s *dsTxnState) add(sc *supportContext, keys []*datastore.Key) {
lockItems, lockKeys := sc.mkAllLockItems(keys)
if lockItems == nil {
return
« no previous file with comments | « filter/dscache/ds_txn.go ('k') | filter/dscache/dscache.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698