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
Xin Wang
codes-dev
Commits
5f514822
Commit
5f514822
authored
Nov 05, 2014
by
Jonathan Jenkins
Browse files
minor comments
parent
753a2665
Changes
3
Hide whitespace changes
Inline
Side-by-side
codes/model-net-lp.h
View file @
5f514822
...
...
@@ -31,6 +31,9 @@ void model_net_base_register(int *do_config_nets);
// configure the base LP type, setting up general parameters
void
model_net_base_configure
();
/// The remaining functions/data structures are only of interest to model-net
/// model developers
// Construct a model-net-specific event, analagous to a tw_event_new and
// codes_event_new. The difference here is that we return pointers to
// both the message data (to be cast into the appropriate type) and the
...
...
codes/model-net-method.h
View file @
5f514822
...
...
@@ -15,6 +15,8 @@ struct model_net_method;
#include "codes/model-net-sched.h"
// interface that each model-net model implements
struct
model_net_method
{
uint64_t
packet_size
;
/* packet size */
...
...
codes/model-net-sched.h
View file @
5f514822
...
...
@@ -4,7 +4,7 @@
*
*/
/* A scheduler interface for use by model-net. */
/* A scheduler interface for use by model-net
models
. */
#ifndef MODEL_NET_SCHED_H
#define MODEL_NET_SCHED_H
...
...
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