diff options
author | Laxmikant Rashinkar <LK.Rashinkar@gmail.com> | 2013-08-09 19:43:45 -0700 |
---|---|---|
committer | Laxmikant Rashinkar <LK.Rashinkar@gmail.com> | 2013-08-09 19:43:45 -0700 |
commit | 23433c9c7e10af845c80a6b58324f24b1f3cf189 (patch) | |
tree | 42436b9eca44b1c3c0c392d776f1c572f366bac8 /sesman/chansrv/chansrv_fuse.h | |
parent | 474d17d556d1f056b4055643a6a897483100dd7e (diff) | |
download | xrdp-proprietary-23433c9c7e10af845c80a6b58324f24b1f3cf189.tar.gz xrdp-proprietary-23433c9c7e10af845c80a6b58324f24b1f3cf189.zip |
fuse: added support for detecting files/directories deleted locally
Diffstat (limited to 'sesman/chansrv/chansrv_fuse.h')
-rw-r--r-- | sesman/chansrv/chansrv_fuse.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sesman/chansrv/chansrv_fuse.h b/sesman/chansrv/chansrv_fuse.h index 364c1d94..09011452 100644 --- a/sesman/chansrv/chansrv_fuse.h +++ b/sesman/chansrv/chansrv_fuse.h @@ -41,6 +41,7 @@ struct xrdp_inode int lindex; /* used in clipboard operations */ int is_loc_resource; /* this is not a redirected resource */ int close_in_progress; /* close cmd sent to client */ + int stale; /* mark file as stale, ok to remove */ }; typedef struct xrdp_inode XRDP_INODE; // LK_TODO use this instead of using struct xrdp_inode |