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
d4940847
Commit
d4940847
authored
Oct 17, 2005
by
Pekka Pessi
Browse files
Cleaned up su_test.c output.
darcs-hash:20051017153326-65a35-bdef4466a74414772b2fa6060bb2906823f87125.gz
parent
915864e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
libsofia-sip-ua/su/su_test.c
libsofia-sip-ua/su/su_test.c
+3
-3
No files found.
libsofia-sip-ua/su/su_test.c
View file @
d4940847
...
...
@@ -502,13 +502,13 @@ int main(int argc, char *argv[])
su_timer_destroy
(
t
);
if
(
pinger
.
rtt_n
)
{
printf
(
"%s
:
%u pings, mean rtt=%g sec
\n
"
,
name
,
pinger
.
rtt_n
,
pinger
.
rtt_total
/
pinger
.
rtt_n
);
printf
(
"%s
executed
%u pings
in %g
, mean rtt=%g sec
\n
"
,
name
,
pinger
.
rtt_n
,
pinger
.
rtt_total
,
pinger
.
rtt_total
/
pinger
.
rtt_n
);
}
su_root_destroy
(
root
);
if
(
opt_verbatim
)
printf
(
"%s
:
exiting
\n
"
,
argv0
);
printf
(
"%s exiting
\n
"
,
argv0
);
#ifndef HAVE_WIN32
if
(
sleeppid
)
...
...
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