]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/jcr.h
kes When applying a storage override, release all previous storage
[bacula/bacula] / bacula / src / jcr.h
index 81611df8c24f3aade84fccad74a7ebc52a0af867..89e2095cdbc2308cdf4e1c4413eee8f1bfe1c685 100644 (file)
@@ -283,8 +283,8 @@ public:
    uint32_t StartBlock;
    uint32_t EndBlock;
    pthread_t heartbeat_id;            /* id of heartbeat thread */
-   volatile BSOCK *hb_bsock;          /* duped SD socket */
-   volatile BSOCK *hb_dir_bsock;      /* duped DIR socket */
+   BSOCK *hb_bsock;                   /* duped SD socket */
+   BSOCK *hb_dir_bsock;               /* duped DIR socket */
    alist *RunScripts;                 /* Commands to run before and after job */
    bool pki_sign;                     /* Enable PKI Signatures? */
    bool pki_encrypt;                  /* Enable PKI Encryption? */