diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-11-04 17:31:00 -0500 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-11-04 17:31:00 -0500 |
| commit | 6c63bfce69f0b0087526879f49d36071ddc4b9d9 (patch) | |
| tree | 9cca9b83366d21af08a680962eb6c8461353d474 /node/Utils.cpp | |
| parent | ac4e657aaa6c1c433438c18acefb8e7be8623f20 (diff) | |
| download | infinitytier-6c63bfce69f0b0087526879f49d36071ddc4b9d9.tar.gz infinitytier-6c63bfce69f0b0087526879f49d36071ddc4b9d9.zip | |
File transfer work, add identities for validation of updates.
Diffstat (limited to 'node/Utils.cpp')
| -rw-r--r-- | node/Utils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/Utils.cpp b/node/Utils.cpp index 66bd27dd..661dbb8c 100644 --- a/node/Utils.cpp +++ b/node/Utils.cpp @@ -265,7 +265,7 @@ uint64_t Utils::getLastModified(const char *path) return (((uint64_t)s.st_mtime) * 1000ULL); } -static int64_t getFileSize(const char *path) +int64_t Utils::getFileSize(const char *path) { struct stat s; if (stat(path,&s)) |
