From f0c850cc1eefb62c50bfc4da34b0202975ea9b4d Mon Sep 17 00:00:00 2001 From: John Jenkins Date: Mon, 18 Jan 2016 16:04:13 -0600 Subject: [PATCH] oops, didn't update the decl --- codes/model-net.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codes/model-net.h b/codes/model-net.h index 1da7bf9..f1ad5b9 100644 --- a/codes/model-net.h +++ b/codes/model-net.h @@ -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); -- 2.26.2