diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/9p.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/9p.h b/include/9p.h index 77efeb4e..a72d460c 100644 --- a/include/9p.h +++ b/include/9p.h @@ -206,6 +206,7 @@ struct Srv { int leavefdsopen; /* magic for acme win */ int dotu; int foreground; /* run in foreground */ + int fake; /* below is implementation-specific; don't use */ Fidpool* fpool; |