search for: db_close

Displaying 1 result from an estimated 1 matches for "db_close".

Did you mean: tdb_close
2007 Sep 23
0
A preliminary design for an external DB for rsync
...doing MD4 checksum w/o --checksum. db_delete(FILENAME_PTR); Removes a name from the DB. I assume that inode information would be pruned when no names remain that reference the inode. Deletions would also happen internally when the code discovered that a file it was looking up no longer exists. db_close(); ----- The routines would need to be resilient enough to handle cases where the DB information is out of date with the filesystem information, checking as needed, and updating appropriately. Thoughts? ..wayne..