![]() |
Icinga-core 1.4.0
next gen monitoring
|
00001 /************************************************************************ 00002 * 00003 * COMMON.H - Protocol Definition 00004 * Copyright (c) 2005 Ethan Galstad 00005 * Copyright (c) 2009-2011 Icinga Development Team (http://www.icinga.org) 00006 * 00007 ************************************************************************/ 00008 00009 #ifndef _IDO_COMMON_H 00010 #define _IDO_COMMON_H 00011 00012 00013 00014 #define IDO_TRUE 1 00015 #define IDO_FALSE 0 00016 00017 #define IDO_ERROR -1 00018 #define IDO_OK 0 00019 00020 00021 #endif