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-19 18:53:56 +0300
committerMikkel Krautz <mikkel@krautz.dk>2016-05-08 17:45:52 +0300
commite279befe0e42b58625f94d955e869b212d0a67d6 (patch)
tree6058d1c38251d0203900ba8bb243c528f9d5d864 /src/murmur/MurmurRPC.proto
parent95d4ab46426124e2ff692942e8c77a07c64318ac (diff)
grpc: start ServerService.Events implementation
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 f28fb207b..d658a5b5c 100644
--- a/src/murmur/MurmurRPC.proto
+++ b/src/murmur/MurmurRPC.proto
@@ -68,6 +68,7 @@ service ServerService {
// Remove removes the given virtual server and its configuration.
rpc Remove(Server) returns(Void);
+ // Events returns a stream of events that happen on the given server.
rpc Events(Server) returns(stream Server.Event);
}