search for: mtimensec

Displaying 1 result from an estimated 1 matches for "mtimensec".

Did you mean: mtime_nsec
2009 Feb 12
2
[patch 1/3] add protocol extension to ATTR message
...s = 0; + a->ext_flags = 0; + a->dev = 0; + a->ino = 0; + a->rdev = 0; a->size = 0; + a->blocks = 0; + a->blksize = 0; a->uid = 0; a->gid = 0; a->perm = 0; + a->nlink = 0; a->atime = 0; a->mtime = 0; + a->ctime = 0; + a->atimensec = 0; + a->mtimensec = 0; + a->ctimensec = 0; } /* Convert from struct stat to filexfer attribs */ @@ -61,6 +72,7 @@ stat_to_attrib(const struct stat *st, At { attrib_clear(a); a->flags = 0; + a->ext_flags = 0; a->flags |= SSH2_FILEXFER_ATTR_SIZE; a->size = st->st_size; a->flags |= S...