From 3b117219a6c78d660774194d452eded84ad46d02 Mon Sep 17 00:00:00 2001 From: thantry Date: Thu, 5 Sep 2002 21:43:01 +0000 Subject: [PATCH] Added counter space in obd_device --- lustre/include/linux/obd.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/include/linux/obd.h b/lustre/include/linux/obd.h index 780f4ff..c2ce321 100644 --- a/lustre/include/linux/obd.h +++ b/lustre/include/linux/obd.h @@ -240,6 +240,7 @@ struct obd_device { struct snap_obd snap; #endif } u; + void* counters; }; struct io_cb_data; -- 1.8.3.1