-
- Downloads
BugID: 811
When a task cannot find the parsetfile argv[0].parset during the init-phase the task no longer aborts, it just gives a debug-message in the logfile. This is neccesary for the controlleris since the controllers need an observai- tion-related (and instance-related) parsetfile that has the treeID and the instanceNr mangled in its name. The controllers theirselves know which parset file to open and do this in the constructor, so the task will still abort if the right parset file can not be found.
Showing
- MAC/GCF/GCFCommon/include/GCF/Utils.h 3 additions, 0 deletionsMAC/GCF/GCFCommon/include/GCF/Utils.h
- MAC/GCF/GCFCommon/src/Utils.cc 21 additions, 5 deletionsMAC/GCF/GCFCommon/src/Utils.cc
- MAC/GCF/TM/src/GCF_Task.cc 7 additions, 2 deletionsMAC/GCF/TM/src/GCF_Task.cc
- MAC/GCF/TM/src/ServiceBroker/GSB_Controller.cc 1 addition, 1 deletionMAC/GCF/TM/src/ServiceBroker/GSB_Controller.cc
Please register or sign in to comment