Changeset 186 for trunk/include/regfi.h


Ignore:
Timestamp:
04/19/10 17:55:26 (14 years ago)
Author:
tim
Message:

minor changes based on suggestions from Michael Cohen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/regfi.h

    r185 r186  
    716716   * the file offset while another thread is in the middle of a multi-read
    717717   * parsing transaction */
    718   pthread_mutex_t* cb_lock;
     718  pthread_mutex_t cb_lock;
    719719
    720720  /* For sanity checking (not part of the registry header) */
     
    725725
    726726  /* Multiple read access allowed, write access is exclusive */
    727   pthread_rwlock_t* hbins_lock;
     727  pthread_rwlock_t hbins_lock;
    728728
    729729  /* SK record cached since they're repeatedly reused */
     
    731731
    732732  /* Need exclusive access for LRUs, since lookups make changes */
    733   pthread_mutex_t* sk_lock;
     733  pthread_mutex_t sk_lock;
    734734
    735735  /* Data parsed from file header */
Note: See TracChangeset for help on using the changeset viewer.