hammer2 - Messaging layer separation work part 1
authorMatthew Dillon <dillon@apollo.backplane.com>
Thu, 25 Oct 2012 04:27:50 +0000 (21:27 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Thu, 25 Oct 2012 04:27:50 +0000 (21:27 -0700)
commit5bc5bca2774302755d85c2a3c2a1671455fcc838
treecebc20660bdc5077b62fa995fde9ef04f06f711f
parent2bfa3ec38d23efdb5e2a36155c0a161d55b42586
hammer2 - Messaging layer separation work part 1

This work is to separate the network messaging format and various
lower layers out from hammer2 and into their own 'dmsg*' files.

* Factor low level messaging structures into sys/dmsg.h

* Rename HAMMER2 -> DMSG.
16 files changed:
sbin/hammer2/cmd_debug.c
sbin/hammer2/cmd_service.c
sbin/hammer2/crypto.c
sbin/hammer2/hammer2.h
sbin/hammer2/icrc.c
sbin/hammer2/msg.c
sbin/hammer2/msg_lnk.c
sbin/hammer2/network.h
sbin/hammer2/subs.c
sys/sys/dmsg.h [moved from sys/vfs/hammer2/hammer2_network.h with 75% similarity]
sys/vfs/hammer2/hammer2.h
sys/vfs/hammer2/hammer2_disk.h
sys/vfs/hammer2/hammer2_ioctl.h
sys/vfs/hammer2/hammer2_msg.c
sys/vfs/hammer2/hammer2_msgops.c
sys/vfs/hammer2/hammer2_vfsops.c