Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
sofia-sip
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
External Wiki
External Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
BC
public
external
sofia-sip
Commits
fef644f1
Commit
fef644f1
authored
Mar 03, 2006
by
Pekka Pessi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Using int as SOATAG_AF() value.
darcs-hash:20060303150426-65a35-fbb4303060ee7ee085cfebb855827b8df7b6d5fa.gz
parent
ccf450e0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
soa_tag.h
libsofia-sip-ua/soa/sofia-sip/soa_tag.h
+2
-2
test_soa.c
libsofia-sip-ua/soa/test_soa.c
+1
-1
No files found.
libsofia-sip-ua/soa/sofia-sip/soa_tag.h
View file @
fef644f1
...
...
@@ -132,10 +132,10 @@ extern tag_typedef_t soatag_local_sdp_str;
soatag_local_sdp_str_ref, tag_str_vr(&(x))
extern
tag_typedef_t
soatag_session_sdp_str_ref
;
#define SOATAG_AF(x) soatag_af, tag_
u
int_v((x))
#define SOATAG_AF(x) soatag_af, tag_int_v((x))
extern
tag_typedef_t
soatag_af
;
#define SOATAG_AF_REF(x) soatag_af_ref, tag_
u
int_vr(&(x))
#define SOATAG_AF_REF(x) soatag_af_ref, tag_int_vr(&(x))
extern
tag_typedef_t
soatag_af_ref
;
enum
soa_af
{
...
...
libsofia-sip-ua/soa/test_soa.c
View file @
fef644f1
...
...
@@ -209,7 +209,7 @@ int test_params(struct context *ctx)
{
BEGIN
();
int
n
;
unsigned
af
;
int
af
;
char
const
*
address
;
char
const
*
hold
;
unsigned
rtp_select
,
rtp_sort
;
...
...
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