]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/lock.h
Fix python plugin to use the new get functions instead of the get_ functions.
[bacula/bacula] / bacula / src / stored / lock.h
index c49a24292bca16b3c43b53fa8181c2bd3d724852..98ab6d2f01213d7314739482f5728bf7d6640500 100644 (file)
@@ -20,7 +20,7 @@
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    02110-1301, USA.
 
-   Bacula® is a registered trademark of John Walker.
+   Bacula® is a registered trademark of Kern Sibbald.
    The licensor of Bacula is the Free Software Foundation Europe
    (FSFE), Fiduciary Program, Sumatrastrasse 25, 8006 Zürich,
    Switzerland, email:ftf@fsfeurope.org.
@@ -72,8 +72,8 @@ typedef struct s_steal_lock {
  * Used in unblock() call
  */
 enum {
-   dev_locked = true,
-   dev_unlocked = false
+   DEV_LOCKED = true,
+   DEV_UNLOCKED = false
 };
 
 #endif