Finished enough of the SHM code to pass configuration items to the informer.
commit47debc85f8e0e0bfbd7842aedcfe7baebabd4d68
authorEthereal <ethereal.visage@gmail.com>
Thu, 6 Jan 2011 07:13:19 +0000 (6 00:13 -0700)
committerEthereal <ethereal.visage@gmail.com>
Thu, 6 Jan 2011 07:13:19 +0000 (6 00:13 -0700)
treeb873646260f197b07c7a9861a5a97b86b9b53f0c
parentb27410a2770af1adabf4c8f5352a96400f7bdcd4
Finished enough of the SHM code to pass configuration items to the informer.

The serialization method currently used for this task is very basic -- simply
pairs of strings. This breaks down under configuration items with nulls inside
them, but this should not be a problem for the moment.
17 files changed:
include/common/NetworkPacket.h [copied from include/common/PolisherInterface.h with 50% similarity]
include/common/PolisherInterface.h
include/common/ZoneHeader.h
include/monitor/program/Conductor.h
include/monitor/program/Launcher.h
include/monitor/program/Link.h [deleted file]
include/monitor/program/SharedMemory.h
include/monitor/program/TargetProcess.h [deleted file]
modules/cpuTime/src/collector/cpuTime.c
modules/informer/module.conf
modules/informer/src/collector/informer.c
monitor/src/Coordinator.cpp
monitor/src/program/Conductor.cpp
monitor/src/program/Launcher.cpp
monitor/src/program/Link.cpp [deleted file]
monitor/src/program/SharedMemory.cpp
monitor/src/program/TargetProcess.cpp [deleted file]