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
Elsa Gonsiorowski
codes
Commits
000052ab
Commit
000052ab
authored
Aug 21, 2014
by
Jonathan Jenkins
Browse files
forgot to set flag for queue entry coming from local source
(have NO idea how the triton tests passed without this...)
parent
6f9bc775
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/models/networks/model-net/model-net.c
View file @
000052ab
...
...
@@ -269,6 +269,9 @@ static void model_net_event_impl_base(
r
->
is_pull
=
is_pull
;
strncpy
(
r
->
category
,
category
,
CATEGORY_NAME_MAX
-
1
);
r
->
category
[
CATEGORY_NAME_MAX
-
1
]
=
'\0'
;
// this is an outgoing message
m
->
msg
.
m_base
.
is_from_remote
=
0
;
// set the msg-specific params
if
(
is_msg_params_set
[
MN_SCHED_PARAM_PRIO
])
...
...
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