diff options
author | Arnaldo Carvalho de Melo <acme@ghostprotocols.net> | 2007-08-19 20:18:13 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 19:48:15 -0400 |
commit | 0740d49c2465bdd2644455c4bc49794395b73433 (patch) | |
tree | 2c8e2ef42b4b6d78730561f01b3607ca08888cd2 /net/dccp/ccids/lib | |
parent | e7c2335794b949292ecfd01902c429e2ac3937e1 (diff) |
[DCCP] packet_history: Convert dccphtx_tstamp to ktime_t
Signed-off-by: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dccp/ccids/lib')
-rw-r--r-- | net/dccp/ccids/lib/packet_history.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/dccp/ccids/lib/packet_history.h b/net/dccp/ccids/lib/packet_history.h index d9d68964d952..032bb61c6e39 100644 --- a/net/dccp/ccids/lib/packet_history.h +++ b/net/dccp/ccids/lib/packet_history.h | |||
@@ -40,7 +40,6 @@ | |||
40 | #include <linux/ktime.h> | 40 | #include <linux/ktime.h> |
41 | #include <linux/list.h> | 41 | #include <linux/list.h> |
42 | #include <linux/slab.h> | 42 | #include <linux/slab.h> |
43 | #include <linux/time.h> | ||
44 | 43 | ||
45 | #include "../../dccp.h" | 44 | #include "../../dccp.h" |
46 | 45 | ||
@@ -58,7 +57,7 @@ struct dccp_tx_hist_entry { | |||
58 | u64 dccphtx_seqno:48, | 57 | u64 dccphtx_seqno:48, |
59 | dccphtx_sent:1; | 58 | dccphtx_sent:1; |
60 | u32 dccphtx_rtt; | 59 | u32 dccphtx_rtt; |
61 | struct timeval dccphtx_tstamp; | 60 | ktime_t dccphtx_tstamp; |
62 | }; | 61 | }; |
63 | 62 | ||
64 | struct dccp_tx_hist { | 63 | struct dccp_tx_hist { |