aboutsummaryrefslogtreecommitdiff
path: root/src/ats/ats_api_scheduling.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats/ats_api_scheduling.c')
-rw-r--r--src/ats/ats_api_scheduling.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ats/ats_api_scheduling.c b/src/ats/ats_api_scheduling.c
index c37032f35..a5dd0827c 100644
--- a/src/ats/ats_api_scheduling.c
+++ b/src/ats/ats_api_scheduling.c
@@ -79,7 +79,7 @@ struct GNUNET_ATS_AddressRecord
79 79
80 /** 80 /**
81 * Which slot (index) in the session array does 81 * Which slot (index) in the session array does
82 * this record correspond to? FIXME: 82 * this record correspond to?
83 * FIXME: a linear search on this is really crappy! 83 * FIXME: a linear search on this is really crappy!
84 * Maybe switch to a 64-bit global counter and be 84 * Maybe switch to a 64-bit global counter and be
85 * done with it? Or does that then cause too much 85 * done with it? Or does that then cause too much