diff options
author | Arnaldo Carvalho de Melo <acme@ghostprotocols.net> | 2007-08-19 20:19:21 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 19:48:17 -0400 |
commit | 8fb8354af9b92ce3bd41083995f1fe26024d0959 (patch) | |
tree | 62d1920b5ed158e28d96691637d82a2a4fd58dc5 /include/linux/dccp.h | |
parent | 234748954a9880cce8a065698dcbf692f9c23918 (diff) |
[DCCP]: Nuke dccp_timestamp and dccps_epoch, not used anymore
Signed-off-by: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/dccp.h')
-rw-r--r-- | include/linux/dccp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/dccp.h b/include/linux/dccp.h index 3a4b96becfc4..a0441190dc71 100644 --- a/include/linux/dccp.h +++ b/include/linux/dccp.h | |||
@@ -512,7 +512,6 @@ struct dccp_sock { | |||
512 | struct ccid *dccps_hc_rx_ccid; | 512 | struct ccid *dccps_hc_rx_ccid; |
513 | struct ccid *dccps_hc_tx_ccid; | 513 | struct ccid *dccps_hc_tx_ccid; |
514 | struct dccp_options_received dccps_options_received; | 514 | struct dccp_options_received dccps_options_received; |
515 | struct timeval dccps_epoch; | ||
516 | enum dccp_role dccps_role:2; | 515 | enum dccp_role dccps_role:2; |
517 | __u8 dccps_hc_rx_insert_options:1; | 516 | __u8 dccps_hc_rx_insert_options:1; |
518 | __u8 dccps_hc_tx_insert_options:1; | 517 | __u8 dccps_hc_tx_insert_options:1; |