X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/59cf25c47fbda22f3f4e14399f0436cc6ed2c56f..c764e832cef2e0828e46762b66ca97cc5541686b:/disobedience/lookup.c diff --git a/disobedience/lookup.c b/disobedience/lookup.c index f160501..21bacc4 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; @@ -71,8 +74,8 @@ static void namepart_fill(const char *track, D(("namepart_fill %s %s %s %s", track, context, part, key)); ++namepart_lookups_outstanding; D(("namepart_lookups_outstanding -> %d\n", namepart_lookups_outstanding)); - disorder_eclient_namepart(client, namepart_completed, - track, context, part, (void *)key); + disorder_eclient_part(client, namepart_completed, + track, context, part, (void *)key); } /** @brief Look up a namepart