| 715 | static boost::thread luxControlThread; |
| 716 | |
| 717 | static void LuxControlThread() |
| 718 | { |
| 719 | LuxController ctrl(gBase, GetArg("-luxcontrol", DEFAULT_LUX_CONTROL)); |
| 720 | |
| 721 | event_base_dispatch(gBase); |
| 722 | } |
| 723 | |
| 724 | void StartLuxControl(boost::thread_group& threadGroup/*, CScheduler& scheduler*/) |
| 725 | { |