X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fversion.h;h=54eac9bcda938d808f366f13caa40412a96ccb53;hb=0d9438526548cc8f43cc5d4965550479b61c1faf;hp=78f58fd0771d212ed950c6058e79f1e52a770024;hpb=fda71ad0f6bc3b45517bd74bb5522936a2c66355;p=bacula%2Fbacula diff --git a/bacula/src/version.h b/bacula/src/version.h index 78f58fd077..54eac9bcda 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -3,9 +3,9 @@ */ #undef VERSION -#define VERSION "1.38.0" -#define BDATE "04 November 2005" -#define LSMDATE "04Nov05" +#define VERSION "1.39.16" +#define BDATE "22 July 2006" +#define LSMDATE "22Jul06" /* Debug flags */ #undef DEBUG @@ -15,7 +15,9 @@ #define TRACE_FILE 1 /* If this is set stdout will not be closed on startup */ -/* #define DEVELOPER 1 */ +#define DEVELOPER 1 + +#define USE_BSNPRINTF 1 /* Debug flags not normally turned on */ @@ -38,6 +40,31 @@ /* The following are turned on for performance testing */ +/* + * If you turn on the NO_ATTRIBUTES_TEST and rebuild, the SD + * will receive the attributes from the FD, will write them + * to disk, then when the data is written to tape, it will + * read back the attributes, but they will not be sent to + * the Director. So this will eliminate: 1. the comm time + * to send the attributes to the Director. 2. the time it + * takes the Director to put them in the catalog database. + */ /* #define NO_ATTRIBUTES_TEST 1 */ + +/* +* If you turn on NO_TAPE_WRITE_TEST and rebuild, the SD +* will do all normal actions, but will not write to the +* Volume. Note, this means a lot of functions such as +* labeling will not work, so you must use it only when +* Bacula is going to append to a Volume. This will eliminate +* the time it takes to write to the Volume (not the time +* it takes to do any positioning). +*/ /* #define NO_TAPE_WRITE_TEST 1 */ + +/* + * If you turn on FD_NO_SEND_TEST and rebuild, the FD will + * not send any attributes or data to the SD. This will + * eliminate the comm time sending to the SD. + */ /* #define FD_NO_SEND_TEST 1 */