Print this page
dccp: clock_t
        
*** 144,156 ****
           * 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 */
          int32_t         dccp_timestamp_echo;    /* Timestamp found in options */
!         int64_t         dccp_timestamp;
  
          /*
           * Bind related.
           */
          struct dccp_s   *dccp_bind_hash;        /* Bind hash chain */
--- 144,156 ----
           * Timers and timestamps.
           */
          mblk_t          *dccp_timercache;       /* Timer cache */
          timeout_id_t    dccp_timer_tid;         /* Timer service id */
  
!         clock_t         dccp_timestamp_init;    /* Time reference */
          int32_t         dccp_timestamp_echo;    /* Timestamp found in options */
!         clock_t         dccp_timestamp;
  
          /*
           * Bind related.
           */
          struct dccp_s   *dccp_bind_hash;        /* Bind hash chain */