aboutsummaryrefslogtreecommitdiff
path: root/src/ats/ats_api_scheduling.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-10-18 12:27:54 +0000
committerChristian Grothoff <christian@grothoff.org>2015-10-18 12:27:54 +0000
commitd7d1e8e10bbb7e2a564f1c1864065244afcae0d4 (patch)
tree6d3600aa7ea01aacb9a74c70eeffe931e99ebac4 /src/ats/ats_api_scheduling.c
parentec29799909c1c886fafed250c2caf8f4f46ae2dd (diff)
downloadgnunet-d7d1e8e10bbb7e2a564f1c1864065244afcae0d4.tar.gz
gnunet-d7d1e8e10bbb7e2a564f1c1864065244afcae0d4.zip
-doxygen
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