Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Caitlin Ross
codes
Commits
f0c850cc
Commit
f0c850cc
authored
Jan 18, 2016
by
Jonathan Jenkins
Browse files
oops, didn't update the decl
parent
1be1980f
Changes
1
Hide whitespace changes
Inline
Side-by-side
codes/model-net.h
View file @
f0c850cc
...
...
@@ -143,7 +143,7 @@ int* model_net_configure(int *id_count);
/* Sets up a sampling loop for model net events. The sampling data provided by
* each modelnet lp is model-defined. This is a PE-wide setting. Data is sent
* to LP-IO with the category modelnet-samples */
void
model_net_enable_sampling
(
tw_stime
interval
);
void
model_net_enable_sampling
(
tw_stime
interval
,
tw_stime
end
);
/* Returns 1 if modelnet is performing sampling, 0 otherwise */
int
model_net_sampling_enabled
(
void
);
...
...
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