Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/include/rpc Pull up revisions 1.19-1.20 (requested by f...
details: https://anonhg.NetBSD.org/src/rev/4fcd9df98c33
branches: netbsd-1-6
changeset: 529856:4fcd9df98c33
user: jmc <jmc%NetBSD.org@localhost>
date: Mon Jan 06 04:39:59 2003 +0000
description:
Pull up revisions 1.19-1.20 (requested by fvdl in ticket #1037)
include rpc_com.h, and define SVC{GET,SET}_CONNMAXREC
diffstat:
include/rpc/svc.h | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (27 lines):
diff -r 73b15a31d3a5 -r 4fcd9df98c33 include/rpc/svc.h
--- a/include/rpc/svc.h Mon Jan 06 04:39:19 2003 +0000
+++ b/include/rpc/svc.h Mon Jan 06 04:39:59 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: svc.h,v 1.19 2002/02/25 22:44:56 simonb Exp $ */
+/* $NetBSD: svc.h,v 1.19.2.1 2003/01/06 04:39:59 jmc Exp $ */
/*
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for
@@ -42,6 +42,8 @@
#define _RPC_SVC_H_
#include <sys/cdefs.h>
+#include <rpc/rpc_com.h>
+
/*
* This interface must manage two items concerning remote procedure calling:
*
@@ -69,6 +71,8 @@
*/
#define SVCGET_VERSQUIET 1
#define SVCSET_VERSQUIET 2
+#define SVCGET_CONNMAXREC 3
+#define SVCSET_CONNMAXREC 4
enum xprt_stat {
Home |
Main Index |
Thread Index |
Old Index