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
liblinphone
Commits
f318833e
Commit
f318833e
authored
Apr 26, 2010
by
Simon Morlat
Browse files
Merge branch 'master' of belledonne-communications.com:linphone-private
parents
8a33bd70
338217e0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
coreapi/linphonecore.c
coreapi/linphonecore.c
+3
-0
coreapi/linphonecore.h
coreapi/linphonecore.h
+4
-0
No files found.
coreapi/linphonecore.c
View file @
f318833e
...
...
@@ -3583,6 +3583,9 @@ void linphone_core_set_network_reachable(LinphoneCore* lc,bool_t isReachable) {
set_network_reachable
(
lc
,
isReachable
);
}
bool_t
linphone_core_is_network_reachabled
(
LinphoneCore
*
lc
)
{
return
lc
->
network_reachable
;
}
ortp_socket_t
linphone_core_get_sip_socket
(
LinphoneCore
*
lc
){
return
sal_get_socket
(
lc
->
sal
);
}
...
...
coreapi/linphonecore.h
View file @
f318833e
...
...
@@ -754,6 +754,10 @@ void linphone_core_set_mtu(LinphoneCore *lc, int mtu);
*
*/
void
linphone_core_set_network_reachable
(
LinphoneCore
*
lc
,
bool_t
value
);
/**
* return network state either as positioned by the application or by linphone
*/
bool_t
linphone_core_is_network_reachabled
(
LinphoneCore
*
lc
);
void
*
linphone_core_get_user_data
(
LinphoneCore
*
lc
);
...
...
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