Merge pull request #4010 from gyuho/window_compile

storage/backend: fixes Windows compile error
This commit is contained in:
Xiang Li 2015-12-16 11:12:39 -08:00
commit ea50389060

View File

@ -18,4 +18,4 @@ import "github.com/coreos/etcd/Godeps/_workspace/src/github.com/boltdb/bolt"
// TODO: support syscall.MAP_POPULATE in windows.
// Need upstream patch from boltdb/bolt.
var boltOpenOptions *bolt.Option = nil
var boltOpenOptions *bolt.Options = nil