ossp-pkg/sa/sa.h 1.17 -> 1.18
--- sa.h 2001/10/09 14:05:55 1.17
+++ sa.h 2001/10/09 18:34:12 1.18
@@ -111,6 +111,7 @@
SA_ERR_SYS, /* system error (see errno) */
SA_ERR_EOF, /* end of file/socket communication */
SA_ERR_MTC, /* error in match */
+ SA_ERR_TMT, /* operation timeout */
SA_ERR_INT /* internal error */
} sa_rc_t;
|
|