X-Git-Url: http://git.vrable.net/?p=cumulus.git;a=blobdiff_plain;f=remote.h;h=10a0a960bc6d1b338aa10005ee4335498e342e59;hp=ac7d9dcf49d9ad6006ef44455853173b9d5c0cfe;hb=ca9732d7fe1cc7023f5642fd50774982bb430d64;hpb=5d386960f207f991833f1204748bc4323934f761 diff --git a/remote.h b/remote.h index ac7d9dc..10a0a96 100644 --- 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. */