Ignore:
Timestamp:
28/05/2008 16:24:05 (4 years ago)
Author:
chris
Message:

Track and log file deletions by name.

Split crypto init and file sync process into its own method, to reduce
call depth and facilitate calling in process from tests.

Differentiate between 3 uses of stat in BackupClientDirectoryRecord? by
renaming the structures.

Use stat instead of lstat when checking the filesystem that's holding an
entity, in case it's a symbolic link to a different filesystem.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/bin/bbackupd/BackupClientContext.cpp

    r2127 r2181  
    4949        bool ExtendedLogging, 
    5050        bool ExtendedLogToFile, 
    51         std::string ExtendedLogFile 
     51        std::string ExtendedLogFile, 
     52        ProgressNotifier& rProgressNotifier 
    5253) 
    5354        : mrDaemon(rDaemon), 
     
    7071          mpExcludeDirs(0), 
    7172          mKeepAliveTimer(0), 
    72           mbIsManaged(false) 
     73          mbIsManaged(false), 
     74          mrProgressNotifier(rProgressNotifier) 
    7375{ 
    7476} 
Note: See TracChangeset for help on using the changeset viewer.