/* * ControllerChoices.hpp * * Created on: Mar 1, 2012 * Author: heber */ #ifndef CONTROLLERCHOICES_HPP_ #define CONTROLLERCHOICES_HPP_ // include config.h #ifdef HAVE_CONFIG_H #include #endif //!> States the FragmentScheduler can be in to communicate with him enum ControllerChoices { NoControllerOperation, GetNextJobId, SendJobs, CheckState, ReceiveResults, ShutdownControllerSocket }; #endif /* CONTROLLERCHOICES_HPP_ */