ref: f6509078ed9d03b71c945b19cdda5c882cb1e78d
dir: /sys/src/lib9p/threadpostsrv.c/
#include <u.h> #include <libc.h> #include <fcall.h> #include <thread.h> #include <9p.h> void threadpostsrv(Srv *s, char *name) { if(s->forker == nil) s->forker = threadsrvforker; postsrv(s, name); }