diff options
Diffstat (limited to 'services/outside_network.h')
-rw-r--r-- | services/outside_network.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/outside_network.h b/services/outside_network.h index 9ec81f405e6db..87fe8ff108de1 100644 --- a/services/outside_network.h +++ b/services/outside_network.h @@ -63,7 +63,7 @@ struct outside_network { /** Base for select calls */ struct comm_base* base; /** pointer to time in seconds */ - uint32_t* now_secs; + time_t* now_secs; /** pointer to time in microseconds */ struct timeval* now_tv; |