aboutsummaryrefslogtreecommitdiff
path: root/src/ats/gnunet-service-ats_addresses_mlp.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-01-17 16:44:03 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-01-17 16:44:03 +0000
commit53c1a5bf753575d9ca1c2134e0e99fa38b29a552 (patch)
tree869fbd8c66fba2ba3a0fb62ded9e5cdf87937efc /src/ats/gnunet-service-ats_addresses_mlp.h
parente2969268a9ff5fc99c65052c9fb92c545c9f3924 (diff)
downloadgnunet-53c1a5bf753575d9ca1c2134e0e99fa38b29a552.tar.gz
gnunet-53c1a5bf753575d9ca1c2134e0e99fa38b29a552.zip
- changes
Diffstat (limited to 'src/ats/gnunet-service-ats_addresses_mlp.h')
-rw-r--r--src/ats/gnunet-service-ats_addresses_mlp.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ats/gnunet-service-ats_addresses_mlp.h b/src/ats/gnunet-service-ats_addresses_mlp.h
index 4b4b93319..f72cb7c23 100644
--- a/src/ats/gnunet-service-ats_addresses_mlp.h
+++ b/src/ats/gnunet-service-ats_addresses_mlp.h
@@ -70,6 +70,16 @@ struct GAS_MLP_Handle
70 glp_iocp control_param_mlp; 70 glp_iocp control_param_mlp;
71 71
72 /** 72 /**
73 * Solves the task in an regular interval
74 */
75 GNUNET_SCHEDULER_TaskIdentifier mlp_task;
76
77 /**
78 * Interval between scheduled problem solving
79 */
80 struct GNUNET_TIME_Relative exec_interval;
81
82 /**
73 * Maximum execution time per problem solving 83 * Maximum execution time per problem solving
74 */ 84 */
75 struct GNUNET_TIME_Relative max_exec_duration; 85 struct GNUNET_TIME_Relative max_exec_duration;
@@ -121,6 +131,8 @@ struct GAS_MLP_Handle
121 */ 131 */
122 uint64_t mlp_total_duration; 132 uint64_t mlp_total_duration;
123 133
134 unsigned int addr_in_problem;
135
124 /* Information about the problem */ 136 /* Information about the problem */
125 137
126 138