This commit is contained in:
Barak Michener 2015-01-27 13:54:23 -05:00
parent 7f91a35313
commit 55c1635cee

View File

@ -29,6 +29,7 @@ import (
"github.com/coreos/etcd/wal/walpb"
)
// We need an offset in leader election terms, because term 0 is special in 2.0.
const termOffset4to2 = 1
func snapDir4(dataDir string) string {