aboutsummaryrefslogtreecommitdiff
path: root/include/9p.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/9p.h')
-rw-r--r--include/9p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/9p.h b/include/9p.h
index 66c7758a..00d2fe07 100644
--- a/include/9p.h
+++ b/include/9p.h
@@ -181,6 +181,7 @@ struct Srv {
Tree* tree;
void (*destroyfid)(Fid*);
void (*destroyreq)(Req*);
+ void (*start)(Srv*);
void (*end)(Srv*);
void* aux;