diff options
author | Philipp Reisner <philipp.reisner@linbit.com> | 2012-10-19 08:37:47 -0400 |
---|---|---|
committer | Philipp Reisner <philipp.reisner@linbit.com> | 2012-11-09 08:11:43 -0500 |
commit | 328e0f125bf41f4f33f684db22015f92cb44fe56 (patch) | |
tree | 364b7292db9d7072130080589b579e3fdadf23e6 /include/linux/drbd.h | |
parent | 518a4d53b2985451a08cb4e5b79deacfe151a38a (diff) |
drbd: Broadcast sync progress no more often than once per second
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
Diffstat (limited to 'include/linux/drbd.h')
-rw-r--r-- | include/linux/drbd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/drbd.h b/include/linux/drbd.h index 0b93e5e2e064..0c5a18ec322c 100644 --- a/include/linux/drbd.h +++ b/include/linux/drbd.h | |||
@@ -52,8 +52,8 @@ | |||
52 | #endif | 52 | #endif |
53 | 53 | ||
54 | extern const char *drbd_buildtag(void); | 54 | extern const char *drbd_buildtag(void); |
55 | #define REL_VERSION "8.3.11" | 55 | #define REL_VERSION "8.4.2" |
56 | #define API_VERSION 88 | 56 | #define API_VERSION 1 |
57 | #define PRO_VERSION_MIN 86 | 57 | #define PRO_VERSION_MIN 86 |
58 | #define PRO_VERSION_MAX 101 | 58 | #define PRO_VERSION_MAX 101 |
59 | 59 | ||