summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_int.h
diff options
context:
space:
mode:
authorPhilipp Reisner <philipp.reisner@linbit.com>2010-05-03 15:10:47 +0200
committerPhilipp Reisner <philipp.reisner@linbit.com>2010-05-18 01:22:46 +0200
commit7237bc430f49de1145d761c4b39f2ebae58842d5 (patch)
tree281dd6163cf75db400f2eb076fcbafaee5d0f193 /drivers/block/drbd/drbd_int.h
parent0ced55a3bed25b0e30dcb3c7dce9634ce3c60cf2 (diff)
drbd: Sending of delay_probes
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com> Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
Diffstat (limited to 'drivers/block/drbd/drbd_int.h')
-rw-r--r--drivers/block/drbd/drbd_int.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/block/drbd/drbd_int.h b/drivers/block/drbd/drbd_int.h
index fd7615f1e52..3e4d8b574fe 100644
--- a/drivers/block/drbd/drbd_int.h
+++ b/drivers/block/drbd/drbd_int.h
@@ -1046,6 +1046,7 @@ struct drbd_conf {
struct list_head delay_probes; /* protected by peer_seq_lock */
int data_delay; /* Delay of packets on the data-sock behind meta-sock */
atomic_t delay_seq; /* To generate sequence numbers of delay probes */
+ struct timeval dps_time; /* delay-probes-start-time */
};
static inline struct drbd_conf *minor_to_mdev(unsigned int minor)