From cc3dd52898c0ec5f192ce466461fc186db1764e2 Mon Sep 17 00:00:00 2001 From: Juli Mallett Date: Sun, 19 Jan 2003 05:46:23 +0000 Subject: Store not only the current cylinder group in the series (i.e. next that needs to be read in) but also the last cylinder group in the series (i.e. what is stored in the structure). --- lib/libufs/libufs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/libufs/libufs.h') diff --git a/lib/libufs/libufs.h b/lib/libufs/libufs.h index 996a4426bafa..7f7f3361b233 100644 --- a/lib/libufs/libufs.h +++ b/lib/libufs/libufs.h @@ -85,6 +85,7 @@ struct uufsd { /* cylinder group storage */ } d_cgunion; int d_ccg; /* current cylinder group */ + int d_lcg; /* last cylinder group (in d_cg) */ const char *d_error; /* human readable disk error */ int d_mine; /* internal flags */ #define d_fs d_sbunion.d_fs -- cgit v1.2.3