Crontab class for periodic events. More...
#include <Common/Compat.h>
#include "Crontab.h"
#include <Common/Logger.h>
#include <Common/StringExt.h>
#include <boost/tokenizer.hpp>
#include <cctype>
#include <cstdlib>
Go to the source code of this file.
Crontab class for periodic events.
The Crontab class is used to track the timing of a periodic event. This is used i.e. in the htMaster to schedule LoadBalancer events.
Definition in file Crontab.cc.