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
Caitlin Ross
codes
Commits
a02d4c53
Commit
a02d4c53
authored
Aug 18, 2015
by
Jonathan Jenkins
Browse files
modelnet API typo wrt const
parent
3e75796b
Changes
2
Hide whitespace changes
Inline
Side-by-side
codes/model-net.h
View file @
a02d4c53
...
...
@@ -296,8 +296,8 @@ void model_net_pull_event_annotated(
tw_lp
*
sender
);
void
model_net_pull_event_mctx
(
int
net_id
,
struct
codes_mctx
*
const
send_map_ctx
,
struct
codes_mctx
*
const
recv_map_ctx
,
struct
codes_mctx
const
*
send_map_ctx
,
struct
codes_mctx
const
*
recv_map_ctx
,
char
const
*
category
,
tw_lpid
final_dest_lp
,
uint64_t
message_size
,
...
...
src/models/networks/model-net/model-net.c
View file @
a02d4c53
...
...
@@ -392,8 +392,8 @@ void model_net_pull_event_annotated(
void
model_net_pull_event_mctx
(
int
net_id
,
struct
codes_mctx
*
const
send_map_ctx
,
struct
codes_mctx
*
const
recv_map_ctx
,
struct
codes_mctx
const
*
send_map_ctx
,
struct
codes_mctx
const
*
recv_map_ctx
,
char
const
*
category
,
tw_lpid
final_dest_lp
,
uint64_t
message_size
,
...
...
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