X-Git-Url: http://git.dolda2000.com/gitweb/?a=blobdiff_plain;f=daemon%2Fclient.h;h=19708d2c67a8d4ac8b5f7d99cc9b5184bb4eaa55;hb=a0633ee8aa6dd5b72541735f3cc47c5c30b783eb;hp=aa15d42ff66c8ae36a6b16d693cd094240cbc338;hpb=302a260054ea38d3cb97be6d1a3010082c09265d;p=doldaconnect.git diff --git a/daemon/client.h b/daemon/client.h index aa15d42..19708d2 100644 --- a/daemon/client.h +++ b/daemon/client.h @@ -58,7 +58,7 @@ struct sharecache struct sharecache *next, *prev, *child, *parent; char *path; wchar_t *name; - size_t size; + off_t size; time_t mtime; dev_t dev; ino_t inode;