Whamcloud - gitweb
Added counter space in obd_device
authorthantry <thantry>
Thu, 5 Sep 2002 21:43:01 +0000 (21:43 +0000)
committerthantry <thantry>
Thu, 5 Sep 2002 21:43:01 +0000 (21:43 +0000)
lustre/include/linux/obd.h

index 780f4ff..c2ce321 100644 (file)
@@ -240,6 +240,7 @@ struct obd_device {
                 struct snap_obd snap;
 #endif
         } u;
+          void* counters;
 };
 
 struct io_cb_data;