Began implementing cpuTime module again.
commit82481856ecbbd6577e59e22766fadb491f45dbdb
authorEthereal <ethereal.visage@gmail.com>
Thu, 24 Feb 2011 23:48:49 +0000 (24 16:48 -0700)
committerEthereal <ethereal.visage@gmail.com>
Thu, 24 Feb 2011 23:48:49 +0000 (24 16:48 -0700)
tree624a19c109bbb668143900f16cc5685ec184c91c
parent7587e07bd3e393bc89a62c568a87735cafa5fda7
Began implementing cpuTime module again.
18 files changed:
.aesalon.conf
include/marshal/Interface.h [moved from include/marshaller/Interface.h with 59% similarity]
include/monitor/InformerMarshal.h
include/monitor/MarshalList.h
include/monitor/MarshalWrapper.h [moved from include/monitor/Marshal.h with 51% similarity]
modules/cpuTime/SConscript [new file with mode: 0644]
modules/cpuTime/module.conf [new file with mode: 0644]
modules/cpuTime/src/SConscript [new file with mode: 0644]
modules/cpuTime/src/collector/cpuTime.c [new file with mode: 0644]
modules/informer/src/collector/Informer.c
src/config/Parser.cpp
src/monitor/Coordinator.cpp
src/monitor/InformerMarshal.cpp
src/monitor/Marshal.cpp [deleted file]
src/monitor/MarshalList.cpp
src/monitor/MarshalWrapper.cpp [new file with mode: 0644]
src/monitor/SHMReader.cpp
src/monitor/ZoneReader.cpp