summaryrefslogtreecommitdiffstats
path: root/src/main/thrift/bwlp.thrift
diff options
context:
space:
mode:
authorSimon Rettberg2015-09-01 16:18:31 +0200
committerSimon Rettberg2015-09-01 16:18:31 +0200
commite18a37ac197916933304dff89d43561f71135af8 (patch)
treef2301974642a0fecaf173b59a14f3689f595f04a /src/main/thrift/bwlp.thrift
parentAPI (diff)
downloadmaster-sync-shared-e18a37ac197916933304dff89d43561f71135af8.tar.gz
master-sync-shared-e18a37ac197916933304dff89d43561f71135af8.tar.xz
master-sync-shared-e18a37ac197916933304dff89d43561f71135af8.zip
Make machineDescription binary in TransferInformation
Diffstat (limited to 'src/main/thrift/bwlp.thrift')
-rw-r--r--src/main/thrift/bwlp.thrift2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/thrift/bwlp.thrift b/src/main/thrift/bwlp.thrift
index 7189842..91e904d 100644
--- a/src/main/thrift/bwlp.thrift
+++ b/src/main/thrift/bwlp.thrift
@@ -314,7 +314,7 @@ struct TransferInformation {
2: i32 plainPort,
3: i32 sslPort,
4: optional list<binary> blockHashes, // Only if transfer is a download (and list is known)
- 5: optional string machineDescription, // Only if transfer is a download
+ 5: optional binary machineDescription, // Only if transfer is a download
}
// Used to tell status of an upload. The blockStatus is one byte per 16MB block,