summaryrefslogtreecommitdiff
path: root/pjsip/include
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-08-24 14:25:14 +0000
committerBenny Prijono <bennylp@teluu.com>2006-08-24 14:25:14 +0000
commit9cc109b6949507108721d624724ec22fc7da38de (patch)
tree7b6418c22d68b111dd23b82db38a4992fbaee29c /pjsip/include
parent763d1e9a8ed2e44419760db370e9280426a0b617 (diff)
Just updated doxygen documentation
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@690 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip/include')
-rw-r--r--pjsip/include/pjsua-lib/pjsua.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/pjsip/include/pjsua-lib/pjsua.h b/pjsip/include/pjsua-lib/pjsua.h
index 2ffea4cc..d2ca7a34 100644
--- a/pjsip/include/pjsua-lib/pjsua.h
+++ b/pjsip/include/pjsua-lib/pjsua.h
@@ -617,6 +617,15 @@ PJ_DECL(pjsip_endpoint*) pjsua_get_pjsip_endpt(void);
*/
PJ_DECL(pjmedia_endpt*) pjsua_get_pjmedia_endpt(void);
+/**
+ * Internal function to get PJSUA pool factory.
+ * Only valid after #pjsua_init() is called.
+ *
+ * @return Pool factory currently used by PJSUA.
+ */
+PJ_DECL(pj_pool_factory*) pjsua_get_pool_factory(void);
+
+
/*****************************************************************************
* Utilities.