Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Caitlin Ross
codes
Commits
8f1bc070
Commit
8f1bc070
authored
Jul 15, 2014
by
mubarak
Browse files
minor fix in specifying dumpi workload type
parent
239d62f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/network-workload/codes-nw-test.c
View file @
8f1bc070
...
...
@@ -60,7 +60,7 @@ void nw_test_init(nw_state* s, tw_lp* lp)
return
;
#endif
}
wrkld_id
=
codes_nw_workload_load
(
"dumpi-trace-workload"
,
(
char
*
)
&
params
,
(
int
)
lp
->
gid
);
wrkld_id
=
codes_nw_workload_load
(
"dumpi-trace-workload"
,
params
,
(
int
)
lp
->
gid
);
tw_event
*
e
;
tw_stime
kickoff_time
;
...
...
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