]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/jcr.h
move moc files into moc and .o into obj
[bacula/bacula] / bacula / src / jcr.h
index cb3cb885f0c07ec093df9415b77f1f2a83794e23..9e48272f5fadc05a285012231562466762b8d503 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 */