diff options
Diffstat (limited to 'ircd.h')
| -rw-r--r-- | ircd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ircd.h b/ircd.h index ef8dbc5..fcc6ddc 100644 --- a/ircd.h +++ b/ircd.h @@ -18,6 +18,7 @@ #define __IRCD_H__ #include <stddef.h> +#include <time.h> #include "config.h" @@ -55,6 +56,7 @@ struct Peer } modes; char buf[MESSAGE_MAX]; size_t recvd, channels_c; + time_t last, ping; }; struct Channel |