diff options
| author | 2013-09-26 16:40:38 +0200 | |
|---|---|---|
| committer | 2013-09-26 16:40:50 +0200 | |
| commit | 967d6dd16c25ceba22dcd105079f72534ddb87e9 (patch) | |
| tree | 4c971ff446dc955f1884e5aa80ef4cb62bbf55fe /pyload/remote/pyload.thrift | |
| parent | new DLC plugins (diff) | |
| download | pyload-967d6dd16c25ceba22dcd105079f72534ddb87e9.tar.xz | |
rewritten decrypter and info fetching thread
Diffstat (limited to 'pyload/remote/pyload.thrift')
| -rw-r--r-- | pyload/remote/pyload.thrift | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/pyload/remote/pyload.thrift b/pyload/remote/pyload.thrift index d41b6d10b..905be22b0 100644 --- a/pyload/remote/pyload.thrift +++ b/pyload/remote/pyload.thrift @@ -197,9 +197,10 @@ struct TreeCollection { struct LinkStatus { 1: string url, 2: string name, - 3: PluginName plugin, - 4: ByteCount size, // size <= 0 : unknown - 5: DownloadStatus status, + 3: ByteCount size, // size <= 0 : unknown + 4: DownloadStatus status, + 5: optional PluginName plugin, + 6: optional string hash } struct ServerStatus { |
