0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Crontab.cc File Reference

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>
Include dependency graph for Crontab.cc:

Go to the source code of this file.

Detailed Description

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.