Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
belle-sip
Commits
43ad4169
Commit
43ad4169
authored
Mar 26, 2013
by
jehan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix function choosing best clock mode
parent
7d16f4fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/belle_sip_utils.c
src/belle_sip_utils.c
+1
-1
No files found.
src/belle_sip_utils.c
View file @
43ad4169
...
...
@@ -491,7 +491,7 @@ static int find_best_clock_id () {
#endif
if
(
clock_id
==-
1
)
{
if
(
clock_gettime
(
DEFAULT_CLOCK_MODE
,
&
ts
)
!=
1
){
clock_id
=
CLOCK_MO
NOTONIC
;
clock_id
=
DEFAULT_
CLOCK_MO
DE
;
}
else
if
(
clock_gettime
(
CLOCK_REALTIME
,
&
ts
)
!=
1
){
clock_id
=
CLOCK_REALTIME
;
}
else
{
...
...
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