aboutsummaryrefslogtreecommitdiffstats
path: root/lib/fuse_loop_mt.c
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2016-10-02 21:20:44 -0700
committerNikolaus Rath <Nikolaus@rath.org>2016-10-02 21:20:44 -0700
commitd968b4ddaeead5296b31f5c02f4f0e966372390a (patch)
treeeddd57f4304f0582160f0fb66c3a2fc1ea856926 /lib/fuse_loop_mt.c
parent425db842ff1155fcd3b40439fcd88248d45a5db7 (diff)
downloadlibfuse-d968b4ddaeead5296b31f5c02f4f0e966372390a.tar.gz
Extended per-file comments.
This should make more clear what file contains code for what purpose.
Diffstat (limited to 'lib/fuse_loop_mt.c')
-rw-r--r--[-rwxr-xr-x]lib/fuse_loop_mt.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/fuse_loop_mt.c b/lib/fuse_loop_mt.c
index f482962..1d9a5f0 100755..100644
--- a/lib/fuse_loop_mt.c
+++ b/lib/fuse_loop_mt.c
@@ -2,6 +2,8 @@
FUSE: Filesystem in Userspace
Copyright (C) 2001-2007 Miklos Szeredi <miklos@szeredi.hu>
+ Implementation of the multi-threaded FUSE session loop.
+
This program can be distributed under the terms of the GNU LGPLv2.
See the file COPYING.LIB.
*/