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
2f6b3005
Commit
2f6b3005
authored
Sep 30, 2015
by
Jonathan Jenkins
Browse files
more accurate description of msg start time param
parent
98ab1d37
Changes
1
Hide whitespace changes
Inline
Side-by-side
codes/model-net.h
View file @
2f6b3005
...
...
@@ -69,9 +69,9 @@ enum NETWORKS
enum
msg_param_type
{
// parameters for modelnet-scheduler (priorities and such)
MN_MSG_PARAM_SCHED
,
// parameter allowing the explicit setting of a messages start time (
needed
//
to allow "pull messages" to propagate the message initiation time acros
s
// multiple model-net events)
// parameter allowing the explicit setting of a messages start time (
useful
//
for routing scenarios in which a single message is implemented in term
s
//
of
multiple model-net events
, such as for model_net_pull_*event's
)
MN_MSG_PARAM_START_TIME
,
MAX_MN_MSG_PARAM_TYPES
};
...
...
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