icinga2/lib/remote/i2-remote.hpp

15 lines
250 B
C++
Raw Normal View History

/* Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ */
2014-03-10 15:00:14 +01:00
#ifndef I2REMOTE_H
#define I2REMOTE_H
/**
* @defgroup remote Remote library
*
* The Icinga library implements remote cluster functionality.
*/
2014-05-25 16:23:35 +02:00
#include "base/i2-base.hpp"
2014-03-10 15:00:14 +01:00
#endif /* I2REMOTE_H */