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-07-08 14:55:25 +0300
committerMikkel Krautz <mikkel@krautz.dk>2016-05-08 17:45:52 +0300
commit17498d15f14a1ecd419e41e8819122a7aa8dfd6b (patch)
tree59acff4a1776c98c6d34ee89f6bca72395365795 /src/murmur/MurmurRPC.proto
parent4e6b3b9613d792d86fcc41640e6dc086e40f6e9e (diff)
grpc: fix ServerService.Get for stopped servers
Diffstat (limited to 'src/murmur/MurmurRPC.proto')
-rw-r--r--src/murmur/MurmurRPC.proto3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/murmur/MurmurRPC.proto b/src/murmur/MurmurRPC.proto
index eb7c2bf89..846ead708 100644
--- a/src/murmur/MurmurRPC.proto
+++ b/src/murmur/MurmurRPC.proto
@@ -53,7 +53,8 @@ message Server {
}
service ServerService {
- // Create creates a new virtual server.
+ // Create creates a new virtual server. The returned server object contains
+ // the newly created server's ID.
rpc Create(Void) returns(Server);
// Query returns a list of servers that match the given query.