Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
codes
codes
Commits
043fa973
Commit
043fa973
authored
Jan 25, 2016
by
Misbah Mubarak
Browse files
removing debug messages from dragonfly
parent
54ae4833
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/networks/model-net/dragonfly.c
View file @
043fa973
...
...
@@ -1892,9 +1892,6 @@ void dragonfly_rsample_init(router_state * s,
s
->
rsamples
[
i
].
busy_time
=
malloc
(
sizeof
(
tw_stime
)
*
p
->
radix
);
s
->
rsamples
[
i
].
link_traffic
=
malloc
(
sizeof
(
int64_t
)
*
p
->
radix
);
}
printf
(
"
\n
Total size of router sample %ld array sizes %ld"
,
sizeof
(
struct
dfly_router_sample
),
sizeof
(
s
->
rsamples
[
i
].
busy_time
));
}
void
dragonfly_rsample_rc_fn
(
router_state
*
s
,
tw_bf
*
bf
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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