Skip to content
Snippets Groups Projects
Commit b2937bee authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

s/struct entry/Entry/

parent 598c472b
No related branches found
No related tags found
No related merge requests found
......@@ -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))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment