BaseScheme implementation
- Add BaseScheme which holds managment struct and subschemes as well as the main scheme
- All places where 'service-monitor_' was prefixed to a name should now be shortened to whatever came after the underscore. (init.rc, command line)
- To read stats from gtrand now open the scheme path and
dup
with buffer set to name of the desired stat. RFC changes pending in branch - Testing and use examples are also in
source/service-monitor/main.rs/test_service_data()
Edited by Charlie Phillips