FileAnalysis: change file handle -> file id mapping process.

They're now actually directly related via a hash function that will
produce the same results among different instances in a cluster.
This commit is contained in:
Jon Siwek 2013-03-14 14:08:26 -05:00
parent 637fe69cf9
commit e0f3713912
4 changed files with 29 additions and 8 deletions

View file

@ -26,3 +26,4 @@ const Threading::heartbeat_interval: interval;
const FileAnalysis::pending_file_drain_interval: interval;
const FileAnalysis::pending_file_timeout: interval;
const FileAnalysis::salt: string;