summaryrefslogtreecommitdiffstats
path: root/sesman/chansrv/chansrv_fuse.h
diff options
context:
space:
mode:
Diffstat (limited to 'sesman/chansrv/chansrv_fuse.h')
-rw-r--r--sesman/chansrv/chansrv_fuse.h1
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