]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/dev.h
- Add VolumePurged method to Python JobEvents class. Fixes
[bacula/bacula] / bacula / src / stored / dev.h
index baa5e49e2063c518f9d0cc235027402412a25b8d..6b350338616c74f9aebd8a37972f7e9c8b4de1c8 100644 (file)
@@ -338,6 +338,7 @@ private:
    void open_tape_device(DCR *dcr, int omode); /* in dev.c */
    void open_file_device(int omode); /* in dev.c */
    void open_dvd_device(DCR *dcr, int omode); /* in dev.c */
+   void set_blocking(); /* in dev.c */
 
 };