X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fstored%2Fprotos.h;h=f666c6fd8ba1b593709e3fdcdad58c1b79cc7535;hb=b58f32ee0c8cce5b5f7af1416966b8bd2b3ccb6d;hp=490355a3375fe2e1a6a0f197e5eda5b77493f07b;hpb=2f9288cb51a0a8838a472bcb64c4161dd8165cad;p=bacula%2Fbacula diff --git a/bacula/src/stored/protos.h b/bacula/src/stored/protos.h index 490355a337..f666c6fd8b 100644 --- a/bacula/src/stored/protos.h +++ b/bacula/src/stored/protos.h @@ -218,7 +218,6 @@ void _lock_reservations(); void _unlock_reservations(); void _lock_volumes(); void _unlock_volumes(); -void release_volume(DCR *dcr); VOLRES *reserve_volume(DCR *dcr, const char *VolumeName); VOLRES *find_volume(const char *VolumeName); bool free_volume(DEVICE *dev); @@ -232,6 +231,7 @@ void send_drive_reserve_messages(JCR *jcr, void sendit(const char *msg, int l bool find_suitable_device_for_job(JCR *jcr, RCTX &rctx); int search_res_for_device(RCTX &rctx); void release_reserve_messages(JCR *jcr); +void debug_list_volumes(const char *imsg); extern int reservations_lock_count; extern int vol_list_lock_count;