drbd: Sending of delay_probes

Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
This commit is contained in:
Philipp Reisner
2010-05-03 15:10:47 +02:00
parent 0ced55a3be
commit 7237bc430f
2 changed files with 34 additions and 0 deletions
+1
View File
@@ -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)