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
12903157
Commit
12903157
authored
May 04, 2018
by
Misbah Mubarak
Browse files
reducing background traffic interval for first event
parent
b7d3d6d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/network-workloads/model-net-mpi-replay.c
View file @
12903157
...
...
@@ -2034,7 +2034,7 @@ void nw_test_init(nw_state* s, tw_lp* lp)
tw_event
*
e
;
nw_message
*
m_new
;
tw_stime
ts
=
tw_rand_exponential
(
lp
->
rng
,
mean_interval
/
1000
);
tw_stime
ts
=
tw_rand_exponential
(
lp
->
rng
,
noise
);
e
=
tw_event_new
(
lp
->
gid
,
ts
,
lp
);
m_new
=
(
nw_message
*
)
tw_event_data
(
e
);
m_new
->
msg_type
=
CLI_BCKGND_GEN
;
...
...
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