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
Xin Wang
codes-dev
Commits
24506fd5
Commit
24506fd5
authored
Aug 20, 2016
by
Nikhil
Browse files
Uncomment null commit fns in fat-tree
Change-Id: Ib1c9872d295dbd61d7e2dc16e5269f111107938b
parent
4516c885
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/networks/model-net/fattree.c
View file @
24506fd5
...
...
@@ -2554,7 +2554,7 @@ tw_lptype fattree_lps[] =
(
pre_run_f
)
NULL
,
(
event_f
)
ft_terminal_event
,
(
revent_f
)
ft_terminal_rc_event_handler
,
//
(commit_f) NULL,
(
commit_f
)
NULL
,
(
final_f
)
fattree_terminal_final
,
(
map_f
)
codes_mapping
,
sizeof
(
ft_terminal_state
)
...
...
@@ -2564,6 +2564,7 @@ tw_lptype fattree_lps[] =
(
pre_run_f
)
NULL
,
(
event_f
)
switch_event
,
(
revent_f
)
switch_rc_event_handler
,
(
commit_f
)
NULL
,
(
final_f
)
fattree_switch_final
,
(
map_f
)
codes_mapping
,
sizeof
(
switch_state
),
...
...
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