]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
beg nick for some documentation on the locking functions
authorRoger Dingledine <arma@torproject.org>
Mon, 10 Nov 2008 00:48:13 +0000 (00:48 +0000)
committerRoger Dingledine <arma@torproject.org>
Mon, 10 Nov 2008 00:48:13 +0000 (00:48 +0000)
svn:r17233

src/common/compat.c
src/or/main.c

index bf7e27e1860e777cfc70343932448a38e10edcbb..11455356ed6887b07a47824d25ec80410f104c48 100644 (file)
@@ -481,6 +481,7 @@ struct tor_lockfile_t {
   int fd;
 };
 
+/** DOCDOC. What's this function do? */
 tor_lockfile_t *
 tor_lockfile_lock(const char *filename, int blocking, int *locked_out)
 {
index 47af2d01edb1d28b21ab2e990ce28206bc2f68f1..c65a5a3a5e3cd985ada8622fceb629705f6837a3 100644 (file)
@@ -1861,6 +1861,7 @@ tor_init(int argc, char *argv[])
 
 static tor_lockfile_t *lockfile = NULL;
 
+/** DOCDOC. What's this function do? */
 int
 try_locking(or_options_t *options, int err_if_locked)
 {