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:27:54 +0300
committerMikkel Krautz <mikkel@krautz.dk>2016-05-08 17:45:52 +0300
commit7f537d3cf27b26d5230b822897548982154fae82 (patch)
tree7afc695b0eaa3fd85953b054012ce50f47a7f0b4 /src/murmur/MurmurRPC.proto
parent9b6eaed42dd866e929f28bb6a2186217b777cca3 (diff)
grpc: implement ConfigService.GetDefaults
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 5463cc76d..8d2ebc6d9 100644
--- a/src/murmur/MurmurRPC.proto
+++ b/src/murmur/MurmurRPC.proto
@@ -190,6 +190,7 @@ service ConfigService {
// SetField sets the configuration value to the given value.
rpc SetField(Config.Field) returns(Void);
+ // GetDefaults returns the default server configuration.
rpc GetDefaults(Void) returns(Config);
}