git: hammer2 hammer2 - Message routing work

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Aug 9 18:12:51 PDT 2012


commit 90e8cd1d796ee6df36f9f968cd5ced3b14819b09
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Thu Aug 9 18:11:32 2012 -0700

    hammer2 - Message routing work
    
    * Make hammer2_router a separately allocated structure so we can use
      it as a persistent entity when its related hammer2_iocom, h2span_link,
      or h2span_relay structure gets ripped out.

Summary of changes:
 sbin/hammer2/cmd_debug.c |    4 +-
 sbin/hammer2/hammer2.h   |    4 +
 sbin/hammer2/msg.c       |  183 +++++++++++++++++++++++++++++++++++++---------
 sbin/hammer2/msg_lnk.c   |  105 ++++++++++++++++++++++++---
 sbin/hammer2/network.h   |   20 ++++-
 5 files changed, 267 insertions(+), 49 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/90e8cd1d796ee6df36f9f968cd5ced3b14819b09


-- 
DragonFly BSD source repository





More information about the Commits mailing list