lib9p: add Srv.start
This commit is contained in:
parent
d9f65faf71
commit
9c844d90e1
3 changed files with 10 additions and 0 deletions
|
@ -195,6 +195,7 @@ struct Srv {
|
|||
Tree* tree;
|
||||
void (*destroyfid)(Fid*);
|
||||
void (*destroyreq)(Req*);
|
||||
void (*start)(Srv*);
|
||||
void (*end)(Srv*);
|
||||
void* aux;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue