go-ethereum/vendor/github.com/prometheus/prometheus/util/flock
Felix Lange 7e57fee355 node: fix instance dir locking and improve error message
The lock file was ineffective because opening leveldb storage in
read-only mode doesn't really take the lock. Fix it by including a
dedicated flock library (which is actually split out of goleveldb).
2017-08-18 12:14:00 +02:00
..
flock_plan9.go node: fix instance dir locking and improve error message 2017-08-18 12:14:00 +02:00
flock_solaris.go node: fix instance dir locking and improve error message 2017-08-18 12:14:00 +02:00
flock_unix.go node: fix instance dir locking and improve error message 2017-08-18 12:14:00 +02:00
flock_windows.go node: fix instance dir locking and improve error message 2017-08-18 12:14:00 +02:00
flock.go node: fix instance dir locking and improve error message 2017-08-18 12:14:00 +02:00