git: hammer2 hammer2 - more userland msg API work
Matthew Dillon
dillon at crater.dragonflybsd.org
Tue Aug 7 16:16:54 PDT 2012
commit 5903497c6576a50969a4906c228ab9b42823b2fc
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Tue Aug 7 16:15:48 2012 -0700
hammer2 - more userland msg API work
* Simplify the messaging API further.
* Add a state function callback for state machine transitions
* Open a LNK_CONN transaction on connect, allowing daemon<->daemon spanning
tree operation (untested).
Summary of changes:
sbin/hammer2/cmd_debug.c | 98 +++++++++++------------------
sbin/hammer2/cmd_service.c | 148 +++++++++++++++++++++++---------------------
sbin/hammer2/hammer2.h | 14 +++--
sbin/hammer2/msg.c | 117 ++++++++++++++++++++++------------
sbin/hammer2/network.h | 8 ++-
5 files changed, 203 insertions(+), 182 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5903497c6576a50969a4906c228ab9b42823b2fc
--
DragonFly BSD source repository
More information about the Commits
mailing list