Searched defs:PlatformConnectOptions (Results 1 – 1 of 1) sorted by relevance
26 struct PlatformConnectOptions { struct27 PlatformConnectOptions(const char *url = NULL) : in PlatformConnectOptions() function39 ~PlatformConnectOptions() in ~PlatformConnectOptions() argument43 std::string m_url;44 std::string m_rsync_options;45 std::string m_rsync_remote_path_prefix;46 bool m_rsync_enabled;47 bool m_rsync_omit_hostname_from_remote_path;48 ConstString m_local_cache_directory;