]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/jcr.h
Update technotes and version
[bacula/bacula] / bacula / src / jcr.h
index cb3cb885f0c07ec093df9415b77f1f2a83794e23..ff06afc9b2c6e567704ef8652a175e57973c751f 100644 (file)
@@ -184,6 +184,7 @@ public:
    bool cached_attribute;             /* set if attribute is cached */
    POOLMEM *attr;                     /* Attribute string from SD */
    B_DB *db;                          /* database pointer */
+   B_DB *db_batch;                    /* database pointer for batch insert */
    ATTR_DBR *ar;                      /* DB attribute record */
 
    /* Daemon specific part of JCR */
@@ -294,7 +295,6 @@ public:
    int32_t pki_session_encoded_size;  /* Size of DER-encoded pki_session */
    POOLMEM *crypto_buf;               /* Encryption/Decryption buffer */
    DIRRES* director;                  /* Director resource */
-   bool runscript_after;              /* Don't run After Script twice */
 #endif /* FILE_DAEMON */