Changeset 186 for trunk/include
- Timestamp:
- 04/19/10 17:55:26 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/regfi.h
r185 r186 716 716 * the file offset while another thread is in the middle of a multi-read 717 717 * parsing transaction */ 718 pthread_mutex_t *cb_lock;718 pthread_mutex_t cb_lock; 719 719 720 720 /* For sanity checking (not part of the registry header) */ … … 725 725 726 726 /* Multiple read access allowed, write access is exclusive */ 727 pthread_rwlock_t *hbins_lock;727 pthread_rwlock_t hbins_lock; 728 728 729 729 /* SK record cached since they're repeatedly reused */ … … 731 731 732 732 /* Need exclusive access for LRUs, since lookups make changes */ 733 pthread_mutex_t *sk_lock;733 pthread_mutex_t sk_lock; 734 734 735 735 /* Data parsed from file header */
Note: See TracChangeset
for help on using the changeset viewer.