From 23433c9c7e10af845c80a6b58324f24b1f3cf189 Mon Sep 17 00:00:00 2001 From: Laxmikant Rashinkar Date: Fri, 9 Aug 2013 19:43:45 -0700 Subject: fuse: added support for detecting files/directories deleted locally --- sesman/chansrv/chansrv_fuse.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sesman/chansrv/chansrv_fuse.h') 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 -- cgit v1.2.1