Successfully implemented a cpuTime marshaller.version_0.4.0
commit37cc1e462cfdb28c4e7329a2e0c73776c046a283
authorEthereal <ethereal.visage@gmail.com>
Sat, 15 Jan 2011 06:04:46 +0000 (14 23:04 -0700)
committerEthereal <ethereal.visage@gmail.com>
Sat, 15 Jan 2011 06:04:46 +0000 (14 23:04 -0700)
treeb4786112ec300f36c361f25110ddf344b3352424
parentf2de96aa4f5d1012be17059b113629f0a3ec6c22
Successfully implemented a cpuTime marshaller.

And this now concludes the informer-monitor communication interface, barring
bugfixes and improvements.
13 files changed:
include/informer/Informer.h
include/monitor/module/Module.h
modules/cpuTime/src/SConscript
modules/cpuTime/src/collector/cpuTime.c
modules/cpuTime/src/marshaller/CpuTimeMarshaller.cpp [new file with mode: 0644]
modules/cpuTime/src/marshaller/CpuTimeMarshaller.h [new file with mode: 0644]
modules/informer/src/collector/informer.c
monitor/src/module/List.cpp
monitor/src/module/Loader.cpp
monitor/src/module/Module.cpp
monitor/src/program/SharedMemory.cpp
monitor/src/program/ZoneReader.cpp
monitor/src/vcommunication/LogSink.cpp