From 75719ac17eb0a7e4a018dfe88fa886e391d1f7c7 Mon Sep 17 00:00:00 2001 From: thantry Date: Fri, 6 Sep 2002 23:00:45 +0000 Subject: [PATCH] Updated obd to include profiling support --- lustre/include/linux/obd.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lustre/include/linux/obd.h b/lustre/include/linux/obd.h index 780f4ff..4df2b5e 100644 --- a/lustre/include/linux/obd.h +++ b/lustre/include/linux/obd.h @@ -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; -- 1.8.3.1