Add a lockfile to the Tor data directory to avoid situations where two Tors start...
commitf80ac31d742c2d86f1812b895ef61a5885e2447e
authorNick Mathewson <nickm@torproject.org>
Mon, 1 Sep 2008 20:06:26 +0000 (1 20:06 +0000)
committerNick Mathewson <nickm@torproject.org>
Mon, 1 Sep 2008 20:06:26 +0000 (1 20:06 +0000)
tree9b223723aced9e7a8acc55044120cc406c77bd9b
parent6a29ad853b630a1970fd95e17ecd79306e7c39e6
Add a lockfile to the Tor data directory to avoid situations where two Tors start with the same datadir, or where a --list-fingerprints races with a server to create keys, or such.

svn:r16722
ChangeLog
configure.in
src/common/compat.c
src/common/compat.h
src/or/config.c
src/or/main.c
src/or/or.h
src/or/router.c