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-25 19:57:14 +0300
committerMikkel Krautz <mikkel@krautz.dk>2016-05-08 17:45:52 +0300
commit28e6041adb6d7a360600c4fa15f73033ea1ddf02 (patch)
tree3b7fe56fd9e35d91882e9d145f86e13a89ffd0a4 /src/murmur/MurmurRPC.proto
parent57dc921419222fbc19ba2e34010078f88de9d4fd (diff)
grpc: implement ACLService.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 0e62c134f..099da29b4 100644
--- a/src/murmur/MurmurRPC.proto
+++ b/src/murmur/MurmurRPC.proto
@@ -404,6 +404,7 @@ message ACL {
}
service ACLService {
+ // Get returns the ACL for the given channel.
rpc Get(Channel) returns(ACL.List);
// Set overrides the ACL of the given channel to what is provided.
rpc Set(ACL.List) returns(Void);