summaryrefslogtreecommitdiff
path: root/src/rexmpp.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/rexmpp.rs')
-rw-r--r--src/rexmpp.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rexmpp.rs b/src/rexmpp.rs
index bf09183..92b6fa0 100644
--- a/src/rexmpp.rs
+++ b/src/rexmpp.rs
@@ -200,7 +200,7 @@ pub struct Rexmpp {
// Server ping configuration and state
pub ping_delay: c_int,
pub ping_requested: c_int,
- pub last_network_activity: time_t,
+ pub last_network_activity: timespec,
// DNS-related structures
pub resolver: *mut c_void,