|
NAMEpost9pservice - post 9P service for use by clientsSYNOPSIS#include <u.h>#include <libc.h> int post9pservice(int fd, char *name, char *mtpt) DESCRIPTIONPost9pservice invokes to post a new 9P service in the current ``name space'' (see named name. Clients connecting to the posted service are multiplexed onto a single 9P conversation with the server on file descriptor fd.If mtpt is non-nil, post9pservice mounts the service on mtpt, using SEE ALSOSOURCE/src/lib9/post9p.c Visit the GSP FreeBSD Man Page Interface. |