Skip to content

Commit

Permalink
Save score as float.
Browse files Browse the repository at this point in the history
  • Loading branch information
alja authored and abh3 committed Jun 30, 2016
1 parent 5d918da commit 236a3e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XrdFileCache/XrdFileCacheFile.hh
Expand Up @@ -125,7 +125,7 @@ namespace XrdFileCache

int m_prefetchReadCnt;
int m_prefetchHitCnt;
int m_prefetchScore; //cached
float m_prefetchScore; //cached
int m_prefetchCurrentCnt;

public:
Expand Down

0 comments on commit 236a3e2

Please sign in to comment.