summaryrefslogtreecommitdiff
path: root/pjsip
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2007-06-11 17:03:41 +0000
committerBenny Prijono <bennylp@teluu.com>2007-06-11 17:03:41 +0000
commita299aacc7112e537d37dade67dbba42009725991 (patch)
tree541af1337435136f89b5eff7d94545bae42ce564 /pjsip
parent6cc3bdcf308ac3dea6df8dfe8cc3675f6ad60e88 (diff)
Added more comments on pjsua_msg_data
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1362 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip')
-rw-r--r--pjsip/include/pjsua-lib/pjsua.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/pjsip/include/pjsua-lib/pjsua.h b/pjsip/include/pjsua-lib/pjsua.h
index 4b7c8c02..8c1d5b4a 100644
--- a/pjsip/include/pjsua-lib/pjsua.h
+++ b/pjsip/include/pjsua-lib/pjsua.h
@@ -1070,7 +1070,10 @@ PJ_INLINE(void) pjsua_config_dup(pj_pool_t *pool,
typedef struct pjsua_msg_data
{
/**
- * Additional message headers as linked list.
+ * Additional message headers as linked list. Application can add
+ * headers to the list by creating the header, either from the heap/pool
+ * or from temporary local variable, and add the header using
+ * linked list operation. See pjsip_apps.c for some sample codes.
*
* \par Python:
* This field is implemented as string linked-list in Python, where each