diff options
author | Andreas Gruenbacher <agruen@linbit.com> | 2011-05-30 11:47:37 +0200 |
---|---|---|
committer | Philipp Reisner <philipp.reisner@linbit.com> | 2014-02-17 16:27:49 +0100 |
commit | a3603a6e3b4f2f0fb5529821134424e2eeec88fd (patch) | |
tree | 1e5e821af9d4221727c6615c8d39052a3259bb59 /drivers/block/drbd/drbd_state.c | |
parent | drbd: Describe the future high-level structure of DRBD (diff) | |
download | linux-a3603a6e3b4f2f0fb5529821134424e2eeec88fd.tar.xz linux-a3603a6e3b4f2f0fb5529821134424e2eeec88fd.zip |
drbd: Split off on-the-wire protocol definitions
Keep the protocol definitions separate from the kernel code; they are useful in
their own right.
Signed-off-by: Andreas Gruenbacher <agruen@linbit.com>
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Diffstat (limited to 'drivers/block/drbd/drbd_state.c')
-rw-r--r-- | drivers/block/drbd/drbd_state.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/block/drbd/drbd_state.c b/drivers/block/drbd/drbd_state.c index 120e1c0ea6ac..f70dbe2f962c 100644 --- a/drivers/block/drbd/drbd_state.c +++ b/drivers/block/drbd/drbd_state.c @@ -27,6 +27,7 @@ #include <linux/drbd_limits.h> #include "drbd_int.h" +#include "drbd_protocol.h" #include "drbd_req.h" struct after_state_chg_work { |