]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/lock.h
ebl Fix a bug in read_close_session which return random status
[bacula/bacula] / bacula / src / stored / lock.h
index c49a24292bca16b3c43b53fa8181c2bd3d724852..1880c72c58dcb855f1057c15a586e9e410e3fdf3 100644 (file)
@@ -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