Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
sofia-sip
Commits
274bbeba
Commit
274bbeba
authored
Sep 23, 2005
by
Pekka Pessi
Browse files
Removed NUTAG_MEDIA_SUBSYSTEM().
darcs-hash:20050923142811-65a35-6ea053beff51dff3941ac0ab7876ce2df7cd7c60.gz
parent
cff9fd5f
Changes
1
Hide whitespace changes
Inline
Side-by-side
libsofia-sip-ua/nua/nua_tag.h
View file @
274bbeba
...
...
@@ -183,29 +183,6 @@ extern tag_typedef_t nutag_soa_name_ref;
#else
/** Pointer to a media subsystem.
*
* Pointer to MSS media subsystem object. The mss object can be used to
* customize the media with mss_config_add(), for example.
*
* @par Used with
* nua_get_param()
*
* @par Parameter type
* void * (actually mss_t*)
*
* @par Values
* Pointer to MSS media subsystem.
*
* Corresponding tag taking reference parameter is NUTAG_MEDIA_SUBSYSTEM_REF.
*/
#define NUTAG_MEDIA_SUBSYSTEM(x) nutag_media_subsystem, tag_ptr_v(x)
extern
tag_typedef_t
nutag_media_subsystem
;
#define NUTAG_MEDIA_SUBSYSTEM_REF(x) \
nutag_media_subsystem_ref, tag_ptr_vr(&(x),(x))
extern
tag_typedef_t
nutag_media_subsystem_ref
;
/** Pointer to a media session.
*
* Pointer to MSS media session. Used with NUTAG_MEDIA_CLONE()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment