File transfer work, add identities for validation of updates.
This commit is contained in:
parent
ac4e657aaa
commit
6c63bfce69
6 changed files with 329 additions and 72 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue