From: Ben O. <ben...@us...> - 2002-02-15 20:54:51
|
Update of /cvsroot/njbfs/njbfs In directory usw-pr-cvs1:/tmp/cvs-serv27132 Modified Files: Tag: ben nomad_usb.h Log Message: Ben: fix branch Index: nomad_usb.h =================================================================== RCS file: /cvsroot/njbfs/njbfs/nomad_usb.h,v retrieving revision 1.4 retrieving revision 1.4.2.1 diff -C2 -d -r1.4 -r1.4.2.1 *** nomad_usb.h 10 Feb 2002 21:59:23 -0000 1.4 --- nomad_usb.h 15 Feb 2002 20:54:45 -0000 1.4.2.1 *************** *** 83,89 **** --- 83,91 ---- unsigned char id[16]; /* NJB ID */ char idstring[33]; /* NJB ID String */ + struct dentry *current_dentry; /* the entry currently being read */ u_int64_t total; /* result of last get usage call */ u_int64_t free; /* result of last get usage call */ int captured; /* if device is captured */ int session_updated; + struct njbfs_sb_info *sb; /* super-block info structure */ }; |