Whamcloud - gitweb
Updated obd to include profiling support
authorthantry <thantry>
Fri, 6 Sep 2002 23:00:45 +0000 (23:00 +0000)
committerthantry <thantry>
Fri, 6 Sep 2002 23:00:45 +0000 (23:00 +0000)
lustre/include/linux/obd.h

index 780f4ff..4df2b5e 100644 (file)
@@ -240,6 +240,9 @@ struct obd_device {
                 struct snap_obd snap;
 #endif
         } u;
+       /* Fields used by LProcFS */
+        unsigned int cntr_mem_size;
+        void* counters;
 };
 
 struct io_cb_data;