]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/dev.h
- Comment out Multiple Connections in the document.
[bacula/bacula] / bacula / src / stored / dev.h
index eef16d4d149d7a920315d46ed095fbe0e98b599d..eb7b38ea1ab3f4b2ee8d61c0dddafebc421b2c2f 100644 (file)
@@ -289,6 +289,8 @@ public:
    void clear_labeled() { state &= ~ST_LABEL; };
    void clear_offline() { state &= ~ST_OFFLINE; };
    void clear_eot() { state &= ~ST_EOT; };
+   void block(int why); /* in dev.c */
+   void unblock();      /* in dev.c */
 };
 
 /* Note, these return int not bool! */