X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=src%2Fmetaproxy_prog.cpp;h=c6d582fe434ef9580b6f8f1c4c0842fed7c758bb;hb=8ced8e7b5de3ecba12ac68ce5c5e8cddf40d800f;hp=f8ead5cbacb59676ad533b5b6e869803091e5eaf;hpb=793996694632f95053e1ebf6c9a8f30fd38af9d0;p=metaproxy-moved-to-github.git diff --git a/src/metaproxy_prog.cpp b/src/metaproxy_prog.cpp index f8ead5c..c6d582f 100644 --- a/src/metaproxy_prog.cpp +++ b/src/metaproxy_prog.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2012 Index Data + Copyright (C) 2005-2013 Index Data Metaproxy is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -90,7 +90,9 @@ static void work_common(void *data) mp::Package pack; pack.router(*routerp).move(); yaz_log(YLOG_LOG, "metaproxy stop"); /* only for graceful stop */ +#if HAVE_UNISTD_H kill(-process_group, SIGTERM); /* kill all children processes as well */ +#endif _exit(0); }