Changeset 776 for Whitix/branches

Show
Ignore:
Timestamp:
07/10/08 00:15:28 (5 months ago)
Author:
mwhitworth
Message:

Add a log control list and define for JournalFileBuffer.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Whitix/branches/fs/include/fs/journal.h

    r761 r776  
    3737#define JOURN_RESERVED  1 
    3838#define JOURN_METADATA  2 
     39#define JOURN_LOGCTL    3 
    3940 
    4041struct JournalHead 
     
    5859        struct ListHead reservedList; 
    5960        struct ListHead metaDataList; 
     61        struct ListHead logControlList; 
    6062}; 
    6163