]> git.pond.sub.org Git - empserver/commit
(ef_open): Lock the file. This prevents two programs (servers in
authorMarkus Armbruster <armbru@pond.sub.org>
Wed, 2 Aug 2006 18:05:04 +0000 (18:05 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Wed, 2 Aug 2006 18:05:04 +0000 (18:05 +0000)
commitde124108decb6da6ac3dc138daab5641c4c946f2
tree661b342cfefad79b6088a35553825f812f0702bf
parent18417fdef64e5cc97ae021d79b8c92213af8bd4b
(ef_open): Lock the file.  This prevents two programs (servers in
particular) running on the same game state.  fairland does not use
ef_open() at this time, and thus ignores the lock.
src/lib/common/file.c