X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/e7eb3a2744aa45179daea235800753d3d1955338..34fe753171d9b0ae90090565e4043ffaf2b02a52:/disobedience/lookup.c diff --git a/disobedience/lookup.c b/disobedience/lookup.c index 8255cfd..68939ae 100644 --- a/disobedience/lookup.c +++ b/disobedience/lookup.c @@ -15,6 +15,9 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ +/** @file disobedience/lookup.c + * @brief Disobedience server lookups and caching + */ #include "disobedience.h" static int namepart_lookups_outstanding; @@ -79,7 +82,6 @@ static void namepart_fill(const char *track, * @param track Track name * @param context Context * @param part Name part - * @param lookup If nonzero, will schedule a lookup for unknown values * * If it is in the cache then just return its value. If not then look it up * and arrange for the queues to be updated when its value is available. */