summaryrefslogtreecommitdiff
path: root/lib/backupclient/BackupClientFileAttributes.h
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2010-02-24 20:12:00 +0000
committerChris Wilson <chris+github@qwirx.com>2010-02-24 20:12:00 +0000
commitaaf98b770db720d8a866e135b7cf39ab144032b1 (patch)
treeb34b572f0e282dbe21fefed242d7a34845dbef53 /lib/backupclient/BackupClientFileAttributes.h
parentaa81329d641804297ef07f9910ad2add684ec40a (diff)
Add method to get updated modification time of
BackupClientFileAttributes. Add listing of attribute modification time to bbackupquery "list -t" command.
Diffstat (limited to 'lib/backupclient/BackupClientFileAttributes.h')
-rw-r--r--lib/backupclient/BackupClientFileAttributes.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/backupclient/BackupClientFileAttributes.h b/lib/backupclient/BackupClientFileAttributes.h
index b32c14dd..bd45dd18 100644
--- a/lib/backupclient/BackupClientFileAttributes.h
+++ b/lib/backupclient/BackupClientFileAttributes.h
@@ -47,7 +47,8 @@ public:
InodeRefType *pInodeNumber = 0, bool *pHasMultipleLinks = 0);
void WriteAttributes(const char *Filename,
bool MakeUserWritable = false) const;
-
+ box_time_t GetModificationTime() const;
+
bool IsSymLink() const;
static void SetBlowfishKey(const void *pKey, int KeyLength);