summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2008-12-27 00:27:53 +0000
committerChris Wilson <chris+github@qwirx.com>2008-12-27 00:27:53 +0000
commit308207cc8ff8545ab4e4cf40a737531486c77412 (patch)
tree74435113aafcfe3c0852c88159546d6a223bee31 /bin
parentcae20cbb49e9567922a957810b5cec96f8f4e0d2 (diff)
Make BackupDaemon::TouchFileInWorkingDir accessible for Boxi.
Diffstat (limited to 'bin')
-rw-r--r--bin/bbackupd/BackupDaemon.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/bbackupd/BackupDaemon.h b/bin/bbackupd/BackupDaemon.h
index 0e49abcd..0c864abd 100644
--- a/bin/bbackupd/BackupDaemon.h
+++ b/bin/bbackupd/BackupDaemon.h
@@ -112,6 +112,9 @@ public:
void RunSyncNow();
void OnBackupStart();
void OnBackupFinish();
+ // TouchFileInWorkingDir is only here for use by Boxi.
+ // This does NOT constitute an API!
+ void TouchFileInWorkingDir(const char *Filename);
private:
void DeleteAllLocations();
@@ -137,8 +140,6 @@ private:
void CloseCommandConnection();
void SendSyncStartOrFinish(bool SendStart);
- void TouchFileInWorkingDir(const char *Filename);
-
void DeleteUnusedRootDirEntries(BackupClientContext &rContext);
#ifdef PLATFORM_CANNOT_FIND_PEER_UID_OF_UNIX_SOCKET