Partial commit of statcache support.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Mon, 18 Jun 2007 20:15:05 +0000 (13:15 -0700)
committerMichael Vrable <mvrable@beleg.vrable.net>
Mon, 18 Jun 2007 20:15:05 +0000 (13:15 -0700)
commite053c8481ac962711348e466496e8a0c5a53f100
tree9e67b6842ad36177a238b6b25c9034340700c337
parentf63dbe82a954433ee488c67495865f81fb4fcfa6
Partial commit of statcache support.

This will cache the results of stat calls from previous backups, so that
future backups do not need to read the files in their entirety if no data
has changed.
Makefile
scandir.cc
statcache.cc [new file with mode: 0644]
statcache.h [new file with mode: 0644]