Implemented the Preprocessor interface.
commit70610f7ea25de2b2a1c1447c513d440244557516
authorEthereal <ethereal.visage@gmail.com>
Sun, 9 Jan 2011 01:52:29 +0000 (8 18:52 -0700)
committerEthereal <ethereal.visage@gmail.com>
Sun, 9 Jan 2011 01:52:29 +0000 (8 18:52 -0700)
tree1a421ae28fdeb07808dd26eba70e9fc32c7d7c39
parent7173eddb5c7ce6f776306a97ec579c6397fcb5ce
Implemented the Preprocessor interface.

A module preprocessor generates configuration items for the module in question
before the target is launched. Such information could include the offset of
calloc() in libc or elsewise.

I highly doubt the functionality will be used by many modules, but it is nice
to have the framework in place.
include/common/Preprocessor.h [new file with mode: 0644]
include/monitor/config/Vault.h
include/monitor/module/Loader.h
include/monitor/module/Module.h
modules/informer/src/collector/informer.c
monitor/src/module/Loader.cpp
monitor/src/module/Module.cpp