mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
s/struct entry/Entry/
This commit is contained in:
parent
598c472bf9
commit
b2937bee5b
1 changed files with 2 additions and 2 deletions
|
|
@ -25,8 +25,8 @@ struct ldbm_entry_info {
|
|||
#define CACHE_ENTRY_DELETED 3
|
||||
|
||||
int lei_refcnt; /* # threads ref'ing this entry */
|
||||
struct entry *lei_lrunext; /* for cache lru list */
|
||||
struct entry *lei_lruprev;
|
||||
Entry *lei_lrunext; /* for cache lru list */
|
||||
Entry *lei_lruprev;
|
||||
};
|
||||
#define LEI(e) ((struct ldbm_entry_info *) ((e)->e_private))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue