diff options
Diffstat (limited to 'src/leap/common')
| -rw-r--r-- | src/leap/common/events/events.proto | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/src/leap/common/events/events.proto b/src/leap/common/events/events.proto index eb6b98f..447b038 100644 --- a/src/leap/common/events/events.proto +++ b/src/leap/common/events/events.proto @@ -1,5 +1,5 @@  // signal.proto -// Copyright (C) 2013 LEA +// Copyright (C) 2013 LEAP  //  // This program is free software: you can redistribute it and/or modify  // it under the terms of the GNU General Public License as published by @@ -15,6 +15,7 @@  // along with this program. If not, see <http://www.gnu.org/licenses/>.  package leap.common.events; +option py_generic_services = true;  enum Event {    CLIENT_SESSION_ID = 1; | 
