X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Frequestq.c;h=97d371e69ea0d0aa5e05b8a6bcb9cffeaa8f9360;hb=05c274ef315384faafcc5900c17468f0ea2474e6;hp=bf9f7e22204f2f2004d0520fb986b36d18ceab80;hpb=0420d74c15267c4cb7903503b51937f836096b7a;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.