mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
storage/backend: fixes Windows compile error
The type is "Options," not "Option" -- at least, in the vendored version of boltdb in the repository.
This commit is contained in:
parent
a907ca5e62
commit
928c0d3601
@ -18,4 +18,4 @@ import "github.com/coreos/etcd/Godeps/_workspace/src/github.com/boltdb/bolt"
|
|||||||
|
|
||||||
// TODO: support syscall.MAP_POPULATE in windows.
|
// TODO: support syscall.MAP_POPULATE in windows.
|
||||||
// Need upstream patch from boltdb/bolt.
|
// 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