From: Eric Bollengier Date: Thu, 23 Apr 2020 13:56:22 +0000 (+0200) Subject: Add author note on lockmanager X-Git-Tag: Release-11.3.2~1799 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f03bc66f3d7478e3be4e3477419c96c0d244f57;p=thirdparty%2Fbacula.git Add author note on lockmanager --- diff --git a/bacula/src/lib/lockmgr.h b/bacula/src/lib/lockmgr.h index edbf993588..34e5c93226 100644 --- a/bacula/src/lib/lockmgr.h +++ b/bacula/src/lib/lockmgr.h @@ -17,6 +17,8 @@ Bacula(R) is a registered trademark of Kern Sibbald. */ +/* Written by Eric Bollengier December 2008 */ + #ifndef LOCKMGR_H #define LOCKMGR_H 1 @@ -34,7 +36,7 @@ void lmgr_v(pthread_mutex_t *m); */ intptr_t bthread_get_thread_id(); -/* +/* * Set the Thread Id of the current thread to limit I/O operations */ int bthread_change_uid(uid_t uid, gid_t gid);