]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Add author note on lockmanager
authorEric Bollengier <eric@baculasystems.com>
Thu, 23 Apr 2020 13:56:22 +0000 (15:56 +0200)
committerEric Bollengier <eric@baculasystems.com>
Thu, 29 Apr 2021 08:44:16 +0000 (10:44 +0200)
bacula/src/lib/lockmgr.h

index edbf993588330e9248adf38756075f2fcafbe0e7..34e5c932260d3865c56fb212d4dfaca00ac0bce6 100644 (file)
@@ -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);