X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Frequestq.c;h=d774b9ad8e9ca239299123e79f1db5043262a3b9;hb=725db3d87d84a1072939d74a537454a5d4e1e0cc;hp=bf9f7e22204f2f2004d0520fb986b36d18ceab80;hpb=c6e47cbbff56f39f6d81b079ebaeac41d793d4d9;p=yaz-moved-to-github.git diff --git a/src/requestq.c b/src/requestq.c index bf9f7e2..d774b9a 100644 --- a/src/requestq.c +++ b/src/requestq.c @@ -1,14 +1,12 @@ /* - * Copyright (C) 1994-2003, Index Data. + * Copyright (C) 1995-2005, Index Data ApS * 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.3 2005-01-15 19:47:14 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.