Began implementing Marshaller system again.
commit9c1b311dc77aa468297f14910a12fcd132f5f5ed
authorEthereal <ethereal.visage@gmail.com>
Thu, 24 Feb 2011 20:33:54 +0000 (24 13:33 -0700)
committerEthereal <ethereal.visage@gmail.com>
Thu, 24 Feb 2011 20:34:18 +0000 (24 13:34 -0700)
tree80b81c8cb0db6e554a2506394e6553c798a46031
parentad8c1c896fe540063b2008a7333ca7f92f646917
Began implementing Marshaller system again.

This time the interface is slightly cleaner, however. Next up is the Informer
communication system.
include/comm/PacketHeader.h [new file with mode: 0644]
include/marshaller/Interface.h
include/monitor/Coordinator.h
include/monitor/InformerMarshal.h [new file with mode: 0644]
include/monitor/Marshal.h [new file with mode: 0644]
include/monitor/MarshalList.h [new file with mode: 0644]
include/monitor/SHMReader.h
modules/informer/src/collector/Informer.c
src/monitor/Coordinator.cpp
src/monitor/SHMReader.cpp
src/monitor/ZoneReader.cpp