/* * WorkerChoices.hpp * * Created on: 01.03.2012 * Author: heber */ #ifndef WORKERCHOICES_HPP_ #define WORKERCHOICES_HPP_ // include config.h #ifdef HAVE_CONFIG_H #include #endif //!> States the FragmentScheduler can be in to communicate with Workers enum WorkerChoices { NoWorkerOperation, EnrollInPool, SendResult, RemoveFromPool }; #endif /* WORKERCHOICES_HPP_ */