summaryrefslogtreecommitdiff
path: root/src/rexmpp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rexmpp.h')
-rw-r--r--src/rexmpp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rexmpp.h b/src/rexmpp.h
index dec03dc..8211886 100644
--- a/src/rexmpp.h
+++ b/src/rexmpp.h
@@ -333,7 +333,7 @@ struct rexmpp
/* Server ping configuration and state. */
int ping_delay;
int ping_requested;
- time_t last_network_activity;
+ struct timespec last_network_activity;
/* DNS-related structures. */
rexmpp_dns_ctx_t resolver;