diff options
| author | Nils Schwabe | 2014-06-19 15:39:46 +0200 |
|---|---|---|
| committer | Nils Schwabe | 2014-06-19 15:39:46 +0200 |
| commit | 3883dfc25cbde35afe09e135c9be820f75a7b616 (patch) | |
| tree | 755ac7ae6b331403845b25f3db6cb91922ea2990 /src/main/thrift | |
| parent | Fix problems with thrift connection (diff) | |
| download | masterserver-3883dfc25cbde35afe09e135c9be820f75a7b616.tar.gz masterserver-3883dfc25cbde35afe09e135c9be820f75a7b616.tar.xz masterserver-3883dfc25cbde35afe09e135c9be820f75a7b616.zip | |
Add image path into ftpCredentials
Diffstat (limited to 'src/main/thrift')
| -rw-r--r-- | src/main/thrift/imagemaster.thrift | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/thrift/imagemaster.thrift b/src/main/thrift/imagemaster.thrift index 26001da..eb80970 100644 --- a/src/main/thrift/imagemaster.thrift +++ b/src/main/thrift/imagemaster.thrift @@ -72,7 +72,8 @@ struct SessionData { struct FtpCredentials { 1: string username, - 2: string password + 2: string password, + 3: string filename } struct ServerSessionData { |
