aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/drbd_genl.h
diff options
context:
space:
mode:
authorPhilipp Marek <philipp.marek@linbit.com>2012-03-03 21:04:30 +0100
committerPhilipp Reisner <philipp.reisner@linbit.com>2012-11-09 14:05:45 +0100
commit3174f8c5045ad247563434c4b4897bd89313eafc (patch)
tree20bab45dd8e5e7a57f45c03e6e0dfa673f213324 /include/linux/drbd_genl.h
parentdrbd: announce FLUSH/FUA capability to upper layers (diff)
downloadwireguard-linux-3174f8c5045ad247563434c4b4897bd89313eafc.tar.xz
wireguard-linux-3174f8c5045ad247563434c4b4897bd89313eafc.zip
drbd: pass some more information to userspace.
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com> Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
Diffstat (limited to 'include/linux/drbd_genl.h')
-rw-r--r--include/linux/drbd_genl.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/linux/drbd_genl.h b/include/linux/drbd_genl.h
index 9430e9ab37a8..d0d8fac8a6e4 100644
--- a/include/linux/drbd_genl.h
+++ b/include/linux/drbd_genl.h
@@ -211,6 +211,16 @@ GENL_struct(DRBD_NLA_STATE_INFO, 8, state_info,
/* for pre and post notifications of helper execution */
__str_field(13, DRBD_GENLA_F_MANDATORY, helper, 32)
__u32_field(14, DRBD_GENLA_F_MANDATORY, helper_exit_code)
+
+ __u64_field(15, 0, send_cnt)
+ __u64_field(16, 0, recv_cnt)
+ __u64_field(17, 0, read_cnt)
+ __u64_field(18, 0, writ_cnt)
+ __u64_field(19, 0, al_writ_cnt)
+ __u64_field(20, 0, bm_writ_cnt)
+ __u32_field(21, 0, ap_bio_cnt)
+ __u32_field(22, 0, ap_pending_cnt)
+ __u32_field(23, 0, rs_pending_cnt)
)
GENL_struct(DRBD_NLA_START_OV_PARMS, 9, start_ov_parms,