X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Frequestq.c;h=97d371e69ea0d0aa5e05b8a6bcb9cffeaa8f9360;hb=8aa7ee02ee4abdda2f19b42236600f2954ce6c05;hp=bf9f7e22204f2f2004d0520fb986b36d18ceab80;hpb=c6e47cbbff56f39f6d81b079ebaeac41d793d4d9;p=yaz-moved-to-github.git diff --git a/src/requestq.c b/src/requestq.c index bf9f7e2..97d371e 100644 --- a/src/requestq.c +++ b/src/requestq.c @@ -1,14 +1,12 @@ /* - * Copyright (C) 1994-2003, Index Data. + * Copyright (C) 1994-2004, Index Data. * See the file LICENSE for details. - * Sebastian Hammer, Adam Dickmeiss - * - * $Id: requestq.c,v 1.1 2003-10-27 12:21:35 adam Exp $ * + * $Id: requestq.c,v 1.2 2004-10-15 00:19:00 adam Exp $ */ - -/* - * Simple queue management. +/** + * \file requestq.c + * \brief Implements Simple queue management for GFS. * * We also use the request-freelist to store encoding buffers, rather than * freeing and xmalloc'ing them on each cycle.