Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
codes
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
38
Issues
38
List
Boards
Labels
Milestones
Merge Requests
8
Merge Requests
8
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
codes
codes
Commits
24506fd5
Commit
24506fd5
authored
Aug 20, 2016
by
Nikhil
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Uncomment null commit fns in fat-tree
Change-Id: Ib1c9872d295dbd61d7e2dc16e5269f111107938b
parent
4516c885
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/networks/model-net/fattree.c
src/networks/model-net/fattree.c
+2
-1
No files found.
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
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