diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 2001-03-27 21:27:33 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 2001-03-27 21:27:33 +0000 |
| commit | 65d3c627a5fcc1bd1a27d9ef2a2092f8d42f3058 (patch) | |
| tree | 0309d47a4c1cffbbf9314e09c0bd56c721c4e0ce /include | |
| parent | 6dcd3d86f57b8f8e82b9bb3963fa6d3602adc878 (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 2b0587b169ef6..f845e8e346b57 100644 --- a/include/rpc/clnt.h +++ b/include/rpc/clnt.h @@ -228,6 +228,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 /* * void |
