Print this page
dccp: clock_t

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/inet/dccp.h
          +++ new/usr/src/uts/common/inet/dccp.h
↓ open down ↓ 138 lines elided ↑ open up ↑
 139  139  
 140  140          uint32_t
 141  141                  dccp_allow_short_seqnos: 1,
 142  142                  dccp_ecn_incapable: 1;
 143  143          /*
 144  144           * Timers and timestamps.
 145  145           */
 146  146          mblk_t          *dccp_timercache;       /* Timer cache */
 147  147          timeout_id_t    dccp_timer_tid;         /* Timer service id */
 148  148  
 149      -        int64_t         dccp_timestamp_init;    /* Time reference */
      149 +        clock_t         dccp_timestamp_init;    /* Time reference */
 150  150          int32_t         dccp_timestamp_echo;    /* Timestamp found in options */
 151      -        int64_t         dccp_timestamp;
      151 +        clock_t         dccp_timestamp;
 152  152  
 153  153          /*
 154  154           * Bind related.
 155  155           */
 156  156          struct dccp_s   *dccp_bind_hash;        /* Bind hash chain */
 157  157          struct dccp_s   *dccp_bind_hash_port;   /* Bound to the same port */
 158  158          struct dccp_s   **dccp_ptpbhn;
 159  159  
 160  160          struct dccphdra_s *dccp_dccpha;         /* Template header */
 161  161  
↓ open down ↓ 57 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX