Blob


1 .TH POST9PSERVICE 3
2 .SH NAME
3 post9pservice \- post 9P service for use by clients
4 .SH SYNOPSIS
5 .B #include <u.h>
6 .br
7 .B #include <libc.h>
8 .PP
9 .B
10 int post9pservice(int fd, char *name)
11 .SH DESCRIPTION
12 .I Post9pservice
13 invokes
14 .IR 9pserve (4)
15 to post a new 9P service in the current
16 ``name space''
17 (see
18 .IR intro (4))
19 named
20 .IR name .
21 Clients connecting to the posted service
22 are multiplexed onto a single 9P conversation with the server
23 on file descriptor
24 .IR fd .
25 .SH "SEE ALSO
26 .IR intro (4),
27 .IR 9pserve (4)
28 .SH SOURCE
29 .B \*9/src/lib9/post9p.c