summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc/rpc_com.h
diff options
context:
space:
mode:
authormbr <mbr@FreeBSD.org>2003-01-16 07:13:51 +0000
committermbr <mbr@FreeBSD.org>2003-01-16 07:13:51 +0000
commitf209ccb0fd339f0ad952359f267ec716648085fe (patch)
tree6bd8cc71c4fc5cb27b7c8f75fd6ce10b33e5e18d /lib/libc/rpc/rpc_com.h
parent8aff4de412d07787b5d5132fa31ed1c1bf8b3232 (diff)
downloadFreeBSD-src-f209ccb0fd339f0ad952359f267ec716648085fe.zip
FreeBSD-src-f209ccb0fd339f0ad952359f267ec716648085fe.tar.gz
Implement non-blocking tcp-connections.
Reviewed by: rwatson Obtained from: NetBSD MFC after: 1 day
Diffstat (limited to 'lib/libc/rpc/rpc_com.h')
-rw-r--r--lib/libc/rpc/rpc_com.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/rpc/rpc_com.h b/lib/libc/rpc/rpc_com.h
index 9686e11..1f1fd9e 100644
--- a/lib/libc/rpc/rpc_com.h
+++ b/lib/libc/rpc/rpc_com.h
@@ -84,6 +84,9 @@ bool_t __rpc_control(int,void *);
char *_get_next_token(char *, int);
+SVCXPRT **__svc_xports;
+int __svc_maxrec;
+
__END_DECLS
#endif /* _RPC_RPCCOM_H */
OpenPOWER on IntegriCloud