summaryrefslogtreecommitdiff
path: root/pjsip/include/pjsip/sip_types.h
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-09-14 16:07:49 +0000
committerBenny Prijono <bennylp@teluu.com>2006-09-14 16:07:49 +0000
commite015ebe064c6f5120ef2af2b73ce52796a06f790 (patch)
tree0b3ed8be366ec88d571195568bb2aa6002f2e18b /pjsip/include/pjsip/sip_types.h
parentf5ee360b0b649ef24fe671b6e37006badce0634d (diff)
Added pjsip_transport_register_type() API to register new transport type.
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@720 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip/include/pjsip/sip_types.h')
-rw-r--r--pjsip/include/pjsip/sip_types.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/pjsip/include/pjsip/sip_types.h b/pjsip/include/pjsip/sip_types.h
index d50fdba0..38525453 100644
--- a/pjsip/include/pjsip/sip_types.h
+++ b/pjsip/include/pjsip/sip_types.h
@@ -79,7 +79,10 @@ typedef enum pjsip_transport_type_e
PJSIP_TRANSPORT_LOOP,
/** Loopback (datagram, unreliable) */
- PJSIP_TRANSPORT_LOOP_DGRAM
+ PJSIP_TRANSPORT_LOOP_DGRAM,
+
+ /** Start of user defined transport */
+ PJSIP_TRANSPORT_START_OTHER
} pjsip_transport_type_e;