Write out a generic segment metadata file with backups.
[cumulus.git] / remote.h
index ac7d9dc..10a0a96 100644 (file)
--- a/remote.h
+++ b/remote.h
@@ -71,6 +71,7 @@ public:
     int get_fd() const { return fd; }
 
     const std::string &get_local_path() const { return local_path; }
+    const std::string &get_remote_path() const { return remote_path; }
 
     /* Called when the file is finished--request that it be sent to the remote
      * server.  This will delete the RemoteFile object. */