X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fstatserv.c;h=063ac467edac705ff3404e08485db7d6508d9d49;hb=e3eb1582ad4be427e5faf145d6a51fe0e29376f8;hp=cfe2ed0f61567bf0d23178302ec12adec35441ce;hpb=f32747a49af98569b58b97461a2f86813f4764bc;p=yaz-moved-to-github.git diff --git a/src/statserv.c b/src/statserv.c index cfe2ed0..063ac46 100644 --- a/src/statserv.c +++ b/src/statserv.c @@ -5,7 +5,12 @@ * NT threaded server code by * Chas Woodfield, Fretwell Downing Informatics. * - * $Id: statserv.c,v 1.8 2004-05-10 10:47:04 adam Exp $ + * $Id: statserv.c,v 1.10 2004-11-02 11:37:21 heikki Exp $ + */ + +/** + * \file statserv.c + * \brief Implements GFS logic */ #include @@ -421,8 +426,7 @@ static void listener(IOCHAN h, int event) sprintf(nbuf, "%s(%d)", me, getpid()); yaz_log_init(control_block.loglevel, nbuf, 0); /* ensure that bend_stop is not called when each child exits - - only for the main process .. - */ + only for the main process .. */ control_block.bend_stop = 0; } else /* parent */