summaryrefslogtreecommitdiffstats
path: root/freebsd/include/rpc/clnt_stat.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-06-09 10:48:05 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-06-10 14:09:54 +0200
commit9880635f2e642380b69b85e00271649b3a2fc2de (patch)
treee2ac34d279c1bfd3df2694461d8e0e509da1ab24 /freebsd/include/rpc/clnt_stat.h
parentRPC(3): Import from FreeBSD (diff)
downloadrtems-libbsd-9880635f2e642380b69b85e00271649b3a2fc2de.tar.bz2
RPC(3): Port to RTEMS
Diffstat (limited to 'freebsd/include/rpc/clnt_stat.h')
-rw-r--r--freebsd/include/rpc/clnt_stat.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/freebsd/include/rpc/clnt_stat.h b/freebsd/include/rpc/clnt_stat.h
index 6148b4eb..a0cf01bb 100644
--- a/freebsd/include/rpc/clnt_stat.h
+++ b/freebsd/include/rpc/clnt_stat.h
@@ -73,7 +73,8 @@ enum clnt_stat {
RPC_STALERACHANDLE = 25,
RPC_CANTCONNECT = 26, /* couldn't make connection (cots) */
RPC_XPRTFAILED = 27, /* received discon from remote (cots) */
- RPC_CANTCREATESTREAM = 28 /* can't push rpc module (cots) */
+ RPC_CANTCREATESTREAM = 28, /* can't push rpc module (cots) */
+ _CLNT_STAT = 0xffffffff
};
#ifdef __cplusplus