From: Marco van Wieringen Date: Sun, 12 Jul 2009 19:46:38 +0000 (+0200) Subject: Added comment on entry points X-Git-Tag: Release-5.0.0~333^2~34 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e998377f4dd5792e505970180e54897fdfc33815;p=bacula%2Fbacula Added comment on entry points --- diff --git a/bacula/src/filed/xattr.c b/bacula/src/filed/xattr.c index 70e58568b6..f6d8c43887 100644 --- a/bacula/src/filed/xattr.c +++ b/bacula/src/filed/xattr.c @@ -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) {