git: hammer2 hammer2 - helper thread skeleton listener
Matthew Dillon
dillon at crater.dragonflybsd.org
Thu Apr 5 18:17:28 PDT 2012
commit 5ba65e344314d6b574dca61472dc31ccff820d9c
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Thu Apr 5 18:16:51 2012 -0700
hammer2 - helper thread skeleton listener
* Helper thread skeleton, listen & accept connections (just echo for now).
Summary of changes:
sbin/hammer2/Makefile | 3 +-
sbin/hammer2/cmd_helper.c | 194 +++++++++++++++++++++++++++++++++++++++
sbin/hammer2/hammer2.h | 24 ++++-
sbin/hammer2/main.c | 22 ++++-
sbin/hammer2/subs.c | 75 +++++++++++++++
sys/vfs/hammer2/hammer2_mount.h | 2 +
6 files changed, 314 insertions(+), 6 deletions(-)
create mode 100644 sbin/hammer2/cmd_helper.c
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5ba65e344314d6b574dca61472dc31ccff820d9c
--
DragonFly BSD source repository
More information about the Commits
mailing list