|
version 1.5, 2001/08/13 21:12:48
|
version 1.6, 2001/08/13 21:29:20
|
|
|
|
| #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 */ |