diff options
author | Russ Cox <rsc@swtch.com> | 2009-07-08 21:43:14 -0700 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2009-07-08 21:43:14 -0700 |
commit | 9b4a2324d39a8c952c8184249d2b06b9349205a2 (patch) | |
tree | a721c194fb6772ffb668aeb548f9ceaef9f56dce /include | |
parent | 4a18fa68b01bf8121a8660d3f5214e5927763251 (diff) | |
parent | 4a18fa68b01bf8121a8660d3f5214e5927763251 (diff) | |
download | plan9port-9b4a2324d39a8c952c8184249d2b06b9349205a2.tar.gz plan9port-9b4a2324d39a8c952c8184249d2b06b9349205a2.tar.bz2 plan9port-9b4a2324d39a8c952c8184249d2b06b9349205a2.zip |
merge
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; |