]> git.sur5r.net Git - bacula/bacula/commitdiff
Added comment on entry points
authorMarco van Wieringen <mvw@planets.elm.net>
Sun, 12 Jul 2009 19:46:38 +0000 (21:46 +0200)
committerMarco van Wieringen <mvw@planets.elm.net>
Sun, 9 Aug 2009 11:26:09 +0000 (13:26 +0200)
bacula/src/filed/xattr.c

index 70e58568b6ec2b9d340e8079bdc03518d874407e..f6d8c438877811e6920b4586bbb4ea2c38916404 100644 (file)
@@ -1846,6 +1846,9 @@ static bsub_exit_code (*os_parse_xattr_streams)(JCR *jcr, int stream) = solaris_
 
 #endif /* defined(HAVE_SUN_OS) */
 
+/*
+ * Entry points when compiled with support for XATTRs on a supported platform.
+ */
 bsub_exit_code build_xattr_streams(JCR *jcr, FF_PKT *ff_pkt)
 {
    if (os_build_xattr_streams) {