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
Xin Wang
codes-dev
Commits
3c7658bb
Commit
3c7658bb
authored
May 22, 2014
by
Jonathan Jenkins
Browse files
wrong packet size being sent to event
parent
595c5155
Changes
1
Show whitespace changes
Inline
Side-by-side
src/models/networks/model-net/model-net-lp.c
View file @
3c7658bb
...
...
@@ -244,7 +244,7 @@ void handle_new_msg(
}
/* Number of packets and packet ID is passed to the underlying network to mark the final packet for local event completion*/
poffset
+=
method_array
[
r
->
net_id
]
->
model_net_method_packet_event
(
r
->
category
,
r
->
final_dest_lp
,
send_msg
_size
,
r
->
is_pull
,
r
->
msg_size
,
poffset
,
r
->
final_dest_lp
,
packet
_size
,
r
->
is_pull
,
r
->
msg_size
,
poffset
,
r
->
remote_event_size
,
remote_event
,
r
->
self_event_size
,
self_event
,
m
->
msg
.
m_base
.
src
,
lp
,
last
);
}
return
;
...
...
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