diff options
Diffstat (limited to 'pingu_host.h')
-rw-r--r-- | pingu_host.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pingu_host.h b/pingu_host.h index 80a1f53..78afbaf 100644 --- a/pingu_host.h +++ b/pingu_host.h @@ -5,6 +5,12 @@ #include "pingu_burst.h" +#define PINGU_HOST_STATUS_OFFLINE 0 +#define PINGU_HOST_STATUS_ONLINE 1 + +/* consider online by default */ +#define PINGU_HOST_DEFAULT_STATUS PINGU_HOST_STATUS_ONLINE + struct pingu_host { struct list_head host_list_entry; char *host; |