* This is called at Job termination time to add all the
* other fields to the job record.
*/
-int db_update_job_end_record(JCR *jcr, B_DB *mdb, JOB_DBR *jr)
+int db_update_job_end_record(JCR *jcr, B_DB *mdb, JOB_DBR *jr, bool stats_enabled)
{
return 0;
}
/*
Bacula® - The Network Backup Solution
- Copyright (C) 2001-2006 Free Software Foundation Europe e.V.
+ Copyright (C) 2001-2008 Free Software Foundation Europe e.V.
The main author of Bacula is Kern Sibbald, with contributions from
many others, a complete list can be found in the file AUTHORS.
* This is called at Job termination time to add all the
* other fields to the job record.
*/
-int db_update_job_end_record(JCR *jcr, B_DB *mdb, JOB_DBR *jr)
+int db_update_job_end_record(JCR *jcr, B_DB *mdb, JOB_DBR *jr, bool stats_enabled)
{
return 0;
}
General:
19May08
+kes Fix cats dll build on Win32 after db_update_job_end_record
+ calling sequence change.
ebl Switch to tokyo dbm instead of htable in accurate code
ebl Include tokyo dbm to bacula source tree
17May08