Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
codes
codes
Commits
9cb2bf2d
Commit
9cb2bf2d
authored
Dec 09, 2016
by
Noah Wolfe
Browse files
Squashed warnings
parent
8ae7fb49
Changes
2
Hide whitespace changes
Inline
Side-by-side
codes/net/slimfly.h
View file @
9cb2bf2d
...
...
@@ -52,7 +52,7 @@ struct slim_terminal_message
/* For routing */
int
intm_group_id
;
int
intm_router_id
;
int
chunk_id
;
u
int
64_t
chunk_id
;
uint64_t
packet_size
;
uint64_t
message_id
;
uint64_t
total_size
;
...
...
src/networks/model-net/slimfly.c
View file @
9cb2bf2d
...
...
@@ -1678,6 +1678,7 @@ void slim_packet_arrive_rc(terminal_state * s, tw_bf * bf, slim_terminal_message
}
void
slim_send_remote_event
(
terminal_state
*
s
,
slim_terminal_message
*
msg
,
tw_lp
*
lp
,
tw_bf
*
bf
,
char
*
event_data
,
int
remote_event_size
)
{
(
void
)
s
;
void
*
tmp_ptr
=
model_net_method_get_edata
(
SLIMFLY
,
msg
);
tw_stime
ts
=
g_tw_lookahead
+
tw_rand_unif
(
lp
->
rng
);
...
...
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