diff options
| author | Ian Dowse <iedowse@FreeBSD.org> | 2001-06-28 21:44:27 +0000 |
|---|---|---|
| committer | Ian Dowse <iedowse@FreeBSD.org> | 2001-06-28 21:44:27 +0000 |
| commit | 03d48ce7bd656e05c9219f03a6a10037cc8f1176 (patch) | |
| tree | 0a2c83d5c9ef3f63531b3df21b48ac1bf261e16e /include | |
| parent | 5b33c94822a3c1a0d16a3492b17c491a607e6331 (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/rpc/clnt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rpc/clnt.h b/include/rpc/clnt.h index cf2116d611fa..0bad88c8ff67 100644 --- a/include/rpc/clnt.h +++ b/include/rpc/clnt.h @@ -232,6 +232,7 @@ typedef struct __rpc_client { */ #define CLSET_RETRY_TIMEOUT 4 /* set retry timeout (timeval) */ #define CLGET_RETRY_TIMEOUT 5 /* get retry timeout (timeval) */ +#define CLSET_CONNECT 20 /* Use connect() for UDP. (int) */ /* * Operations which GSSAPI needs. (Bletch.) |
