diff options
Diffstat (limited to 'include/linux/ceph/mon_client.h')
-rw-r--r-- | include/linux/ceph/mon_client.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/ceph/mon_client.h b/include/linux/ceph/mon_client.h index 8b2d2f0b659e..e230e7ed60d3 100644 --- a/include/linux/ceph/mon_client.h +++ b/include/linux/ceph/mon_client.h | |||
@@ -72,6 +72,9 @@ struct ceph_mon_client { | |||
72 | unsigned long sub_renew_sent; | 72 | unsigned long sub_renew_sent; |
73 | struct ceph_connection con; | 73 | struct ceph_connection con; |
74 | 74 | ||
75 | bool had_a_connection; | ||
76 | int hunt_mult; /* [1..CEPH_MONC_HUNT_MAX_MULT] */ | ||
77 | |||
75 | /* pending generic requests */ | 78 | /* pending generic requests */ |
76 | struct rb_root generic_request_tree; | 79 | struct rb_root generic_request_tree; |
77 | int num_generic_requests; | 80 | int num_generic_requests; |