Limit "struct dircache_runinfo" to file scope

Change-Id: Ib3edef9a4568605a36bdacde174dfa6bca2d26fa
This commit is contained in:
Thomas Jarosch 2015-01-01 13:51:08 +01:00
parent 09f7bb82ca
commit 812406f430

View file

@ -238,7 +238,7 @@ static struct dircache
} dircache;
/* struct that is used only for the cache in main memory */
struct dircache_runinfo
static struct dircache_runinfo
{
/* cache setting and build info */
int suspended; /* dircache suspend count */