/* * SignalOptions.hpp * * Created on: 01.06.2012 * Author: heber */ #ifndef SIGNALOPTIONS_HPP_ #define SIGNALOPTIONS_HPP_ // include config.h #ifdef HAVE_CONFIG_H #include #endif #include #include struct SignalOptions { int parseSignals(boost::program_options::variables_map &vm); std::vector signals; }; #endif /* SIGNALOPTIONS_HPP_ */