return 1; /* no specification matches all */
}
+#ifdef xxx
+
/* For the moment, these tests work only with disk. */
if (rec->state & REC_ISTAPE) {
uint32_t sFile = (voladdr->saddr)>>32;
}
}
+#endif
+
uint64_t addr = get_record_address(rec);
Dmsg6(dbglevel, "match_voladdr: saddr=%llu eaddr=%llu recaddr=%llu sfile=%u efile=%u recfile=%u\n",
voladdr->saddr, voladdr->eaddr, addr, voladdr->saddr>>32, voladdr->eaddr>>32, addr>>32);
mixed priorities
General:
+26Dec08
+kes Turn on Eric's match_bsr tape block checking code.
+kes Correct values used for tape block numbers in record.c.
23Dec08
ebl Fix a problem with PoolUncopiedJobs option which was broken
by the new JT_JOB_COPY type.