On Thu, 23 Jan 2014 16:05:48 +0900 Satoshi Kobayashi <[email protected]> wrote:
> EventRequestBase has EventReplyBase > > Signed-off-by: Satoshi Kobayashi <[email protected]> > --- > Changes v1 -> v2: > - stop using uuid > - refactoring > Changes v2 -> v3: > - EventRequestBase has EventReplyBase > - remove RyuApp#send_reply() > - update doc > doc/source/ryu_app_api.rst | 5 +++-- > ryu/base/app_manager.py | 12 +++++------- > ryu/controller/event.py | 1 + > ryu/services/protocols/vrrp/event.py | 2 +- > 4 files changed, 10 insertions(+), 10 deletions(-) I kinda prefer the first approach (using uuid) because we thought about using process instead of eventlet thread. But currently nobody is working on it and we can change this in the future easily. So I applied this, the simplest approach. Thanks, ------------------------------------------------------------------------------ CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn Why More Businesses Are Choosing CenturyLink Cloud For Critical Workloads, Development Environments & Everything In Between. Get a Quote or Start a Free Trial Today. http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
