dccp: clock_t
@@ -144,13 +144,13 @@ * Timers and timestamps. */ mblk_t *dccp_timercache; /* Timer cache */ timeout_id_t dccp_timer_tid; /* Timer service id */ - int64_t dccp_timestamp_init; /* Time reference */ + clock_t dccp_timestamp_init; /* Time reference */ int32_t dccp_timestamp_echo; /* Timestamp found in options */ - int64_t dccp_timestamp; + clock_t dccp_timestamp; /* * Bind related. */ struct dccp_s *dccp_bind_hash; /* Bind hash chain */