aboutsummaryrefslogtreecommitdiffstats
path: root/pingu_ping.h
diff options
context:
space:
mode:
Diffstat (limited to 'pingu_ping.h')
-rw-r--r--pingu_ping.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/pingu_ping.h b/pingu_ping.h
index f188748..01e25a2 100644
--- a/pingu_ping.h
+++ b/pingu_ping.h
@@ -6,6 +6,9 @@
#include "list.h"
#include "pingu_host.h"
+#define PINGU_PING_IGNORE_ERROR 0
+#define PINGU_PING_SET_STATUS_ON_ERROR 1
+
struct pingu_ping {
int seq;
struct pingu_host *host;