diff options
Diffstat (limited to 'drivers/block/drbd/drbd_int.h')
-rw-r--r-- | drivers/block/drbd/drbd_int.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/block/drbd/drbd_int.h b/drivers/block/drbd/drbd_int.h index ab20c0062d21..e0e08f5e0a76 100644 --- a/drivers/block/drbd/drbd_int.h +++ b/drivers/block/drbd/drbd_int.h | |||
@@ -829,6 +829,7 @@ enum { | |||
829 | * the peer, if it changed there as well. */ | 829 | * the peer, if it changed there as well. */ |
830 | CONN_DRY_RUN, /* Expect disconnect after resync handshake. */ | 830 | CONN_DRY_RUN, /* Expect disconnect after resync handshake. */ |
831 | GOT_PING_ACK, /* set when we receive a ping_ack packet, misc wait gets woken */ | 831 | GOT_PING_ACK, /* set when we receive a ping_ack packet, misc wait gets woken */ |
832 | NEW_CUR_UUID, /* Create new current UUID when thawing IO */ | ||
832 | }; | 833 | }; |
833 | 834 | ||
834 | struct drbd_bitmap; /* opaque for drbd_conf */ | 835 | struct drbd_bitmap; /* opaque for drbd_conf */ |