add some development notes

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1649 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 1999-01-20 06:47:23 +00:00
parent 3a40d47b33
commit 7270d9e51e

View File

@ -238,6 +238,12 @@ xaccSessionBeginFile (Session *sess, const char * filefrag)
* triplet filename-host-process, otherwise accidental * triplet filename-host-process, otherwise accidental
* aliases can occur. * aliases can occur.
*/ */
/* appearently, even this code may not work for some NFS
* implementations. In the long run, I am told that
* ftp.debian.org
* /pub/debian/dists/unstable/main/source/libs/liblockfile_0.1-6.tar.gz
* provides a better long-term solution.
*/
strcpy (pathbuf, sess->lockfile); strcpy (pathbuf, sess->lockfile);
path = strrchr (pathbuf, '.'); path = strrchr (pathbuf, '.');
sprintf (path, ".%lx.%d.LNK", gethostid(), getpid()); sprintf (path, ".%lx.%d.LNK", gethostid(), getpid());