lib9p: add Srv.foreground flag

This commit is contained in:
Russ Cox 2008-07-04 12:24:14 -04:00
parent 0529411caa
commit 56dc04c55f
2 changed files with 5 additions and 1 deletions

View file

@ -205,6 +205,7 @@ struct Srv {
int srvfd;
int leavefdsopen; /* magic for acme win */
int dotu;
int foreground; /* run in foreground */
/* below is implementation-specific; don't use */
Fidpool* fpool;