diff options
| author | Ian Dowse <iedowse@FreeBSD.org> | 2001-06-23 19:43:21 +0000 |
|---|---|---|
| committer | Ian Dowse <iedowse@FreeBSD.org> | 2001-06-23 19:43:21 +0000 |
| commit | 32de72d27fb3eeac294b1c5eebe44cfbf5b8c407 (patch) | |
| tree | 99ec7e9456e1c6a6ad70863104b49dce3c96cf1c /include/rpc | |
| parent | 1d57ebcdbf18fc20f881f1f4c04cf00a89524011 (diff) | |
Notes
Diffstat (limited to 'include/rpc')
| -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 f845e8e346b5..130369058db7 100644 --- a/include/rpc/clnt.h +++ b/include/rpc/clnt.h @@ -229,6 +229,7 @@ struct rpc_timers { #define CLSET_RETRY_TIMEOUT 4 /* set retry timeout (timeval) */ #define CLGET_RETRY_TIMEOUT 5 /* get retry timeout (timeval) */ #define CLSET_ASYNC 19 +#define CLSET_CONNECT 20 /* Use connect() for UDP. (int) */ /* * void |
