Changes since tdaq-01-09-00
Client
- ProcessList and ProcessListImpl classes have been
removed because no more used;
- The callback function is implemented using boost functions (backward
compatible): typedef
boost::function<void (Process*, void*)> CallBackFncPtr.
Launcher
- Out and err files of the controlled process are removed if
empty.
Helpers
- test_pmg_agent: when
executed in opt mode the application is silent if the test is
successfully completed;
- The thread pool size in partition wide helpers (i.e., pmg_kill_partition) is now
fixed to 10.