Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
codes
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
38
Issues
38
List
Boards
Labels
Milestones
Merge Requests
8
Merge Requests
8
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
codes
codes
Commits
5f514822
Commit
5f514822
authored
Nov 05, 2014
by
Jonathan Jenkins
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor comments
parent
753a2665
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
1 deletion
+6
-1
codes/model-net-lp.h
codes/model-net-lp.h
+3
-0
codes/model-net-method.h
codes/model-net-method.h
+2
-0
codes/model-net-sched.h
codes/model-net-sched.h
+1
-1
No files found.
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