From fd23b399c9b312d275635e33175252a453370db9 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 19 Jan 2016 15:39:57 +0100 Subject: [thrift] Add SatelliteConfig.maxLocationsPerLecture --- src/main/thrift/bwlp.thrift | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main/thrift/bwlp.thrift') diff --git a/src/main/thrift/bwlp.thrift b/src/main/thrift/bwlp.thrift index 58c58d2..b0d54bc 100644 --- a/src/main/thrift/bwlp.thrift +++ b/src/main/thrift/bwlp.thrift @@ -347,6 +347,8 @@ struct SatelliteConfig { 6: optional i32 maxTransfers, // Maximum number of connections per transfer 7: optional i32 maxConnectionsPerTransfer, + // Maximum number of locations per lecture + 8: optional i32 maxLocationsPerLecture, } struct SatelliteStatus { -- cgit v1.2.3-55-g7522