(file) Return to emlog.h CVS log (file) Jump to this file's LXR Page (dir) Up to [CENS] / misc / emlog

Diff for /misc/emlog/emlog.h between version 1.5 and 1.6

version 1.5, 2001/08/13 21:12:48 version 1.6, 2001/08/13 21:29:20
Line 28 
Line 28 
 #endif #endif
  
   unsigned long i_ino;          /* Inode number of this emlog buffer */   unsigned long i_ino;          /* Inode number of this emlog buffer */
     kdev_t i_dev;                 /* Device number of this emlog buffer */
   char *data;                   /* The circular buffer data */   char *data;                   /* The circular buffer data */
   int size;                     /* Size of the buffer pointed to by 'data' */   int size;                     /* Size of the buffer pointed to by 'data' */
   int refcount;                 /* Files that have this buffer open */   int refcount;                 /* Files that have this buffer open */


Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

CENS CVS Mailing List
Powered by
ViewCVS 0.9.2