summaryrefslogtreecommitdiff
path: root/pjnath/include/pjnath/errno.h
diff options
context:
space:
mode:
Diffstat (limited to 'pjnath/include/pjnath/errno.h')
-rw-r--r--pjnath/include/pjnath/errno.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/pjnath/include/pjnath/errno.h b/pjnath/include/pjnath/errno.h
index 56763916..3cd3320a 100644
--- a/pjnath/include/pjnath/errno.h
+++ b/pjnath/include/pjnath/errno.h
@@ -121,6 +121,15 @@
#define PJNATH_ESTUNINSERVER (PJNATH_ERRNO_START+42) /* 370042 */
+/************************************************************
+ * STUN SESSION/TRANSPORT ERROR CODES
+ ***********************************************************/
+/**
+ * @hideinitializer
+ * STUN object has been destoyed.
+ */
+#define PJNATH_ESTUNDESTROYED (PJNATH_ERRNO_START+60) /* 370060 */
+
/************************************************************
* ICE ERROR CODES