mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #4010 from gyuho/window_compile
storage/backend: fixes Windows compile error
This commit is contained in:
commit
ea50389060
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user