servatrice/common/pb/proto/event_connection_closed.proto
2011-12-29 19:40:41 +01:00

8 lines
167 B
Protocol Buffer

import "session_event.proto";
message Event_ConnectionClosed {
extend SessionEvent {
optional Event_ConnectionClosed ext = 1002;
}
optional string reason = 1;
}