summaryrefslogtreecommitdiff
path: root/pjnath/include/pjnath/ice_session.h
diff options
context:
space:
mode:
Diffstat (limited to 'pjnath/include/pjnath/ice_session.h')
-rw-r--r--pjnath/include/pjnath/ice_session.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/pjnath/include/pjnath/ice_session.h b/pjnath/include/pjnath/ice_session.h
index 8cd45864..d850301a 100644
--- a/pjnath/include/pjnath/ice_session.h
+++ b/pjnath/include/pjnath/ice_session.h
@@ -154,7 +154,12 @@ typedef enum pj_ice_cand_type
* ICE relayed candidate, which represents the address allocated in
* TURN server.
*/
- PJ_ICE_CAND_TYPE_RELAYED
+ PJ_ICE_CAND_TYPE_RELAYED,
+
+ /**
+ * Number of defined ICE candidate types.
+ */
+ PJ_ICE_CAND_TYPE_MAX
} pj_ice_cand_type;