Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Cooper <tim.cooper@layeh.com>2015-06-23 17:21:24 +0300
committerMikkel Krautz <mikkel@krautz.dk>2016-05-08 17:45:52 +0300
commit9b6eaed42dd866e929f28bb6a2186217b777cca3 (patch)
treeb8bb37717f386f841a755c67343cae48cad82280 /src/murmur/MurmurRPC.proto
parentba30ef1f5fd62ed2fcaa2d1555b5b53d6812ed6d (diff)
grpc: implement ConfigService.Get
Diffstat (limited to 'src/murmur/MurmurRPC.proto')
-rw-r--r--src/murmur/MurmurRPC.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/murmur/MurmurRPC.proto b/src/murmur/MurmurRPC.proto
index 51d042326..5463cc76d 100644
--- a/src/murmur/MurmurRPC.proto
+++ b/src/murmur/MurmurRPC.proto
@@ -183,6 +183,7 @@ message Config {
}
service ConfigService {
+ // Get returns the explicitly set configuration for the given server.
rpc Get(Server) returns(Config);
// GetField returns the configuration value for the given key.
rpc GetField(Config.Field) returns(Config.Field);