* 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;
}
_Z23db_update_client_recordP3JCRP4B_DBP10CLIENT_DBR\r
_Z24db_make_inchanger_uniqueP3JCRP4B_DBP9MEDIA_DBR\r
_Z24db_update_counter_recordP3JCRP4B_DBP11COUNTER_DBR\r
-_Z24db_update_job_end_recordP3JCRP4B_DBP7JOB_DBR\r
+_Z24db_update_job_end_recordP3JCRP4B_DBP7JOB_DBRb\r
_Z24db_update_media_defaultsP3JCRP4B_DBP9MEDIA_DBR\r
_Z24db_update_storage_recordP3JCRP4B_DBP11STORAGE_DBR\r
_Z26db_update_job_start_recordP3JCRP4B_DBP7JOB_DBR\r
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