int db_add_digest_to_file_record(JCR *jcr, B_DB *mdb, FileId_t FileId, char *digest, int type);
int db_mark_file_record(JCR *jcr, B_DB *mdb, FileId_t FileId, JobId_t JobId);
void db_make_inchanger_unique(JCR *jcr, B_DB *mdb, MEDIA_DBR *mr);
-int db_update_stats(JCR *jcr, B_DB *mdb, time_t age);
+int db_update_stats(JCR *jcr, B_DB *mdb, utime_t age);
#endif /* __SQL_PROTOS_H */
* age seconds
*/
int
-db_update_stats(JCR *jcr, B_DB *mdb, time_t age)
+db_update_stats(JCR *jcr, B_DB *mdb, utime_t age)
{
char ed1[30];
utime_t now = (utime_t)time(NULL);
remove reader/writer in FOPTS????
General:
+15Sep08
+ebl Remove time_t from update_stats()
14Sep08
kes Modify the license of the example plugin program to allow
it to be used by anyone for making a Bacula plugin.