From: Jens Axboe Date: Wed, 8 Oct 2014 20:14:05 +0000 (-0600) Subject: net: use SIGTERM for terminate X-Git-Tag: fio-2.1.14~82 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=c5dd6d8975fc36da778d08c21d3e051add6d3030 net: use SIGTERM for terminate Signed-off-by: Jens Axboe --- diff --git a/engines/net.c b/engines/net.c index 8087207e..1d89db1c 100644 --- a/engines/net.c +++ b/engines/net.c @@ -1213,7 +1213,7 @@ static int fio_netio_setup(struct thread_data *td) static void fio_netio_terminate(struct thread_data *td) { - kill(td->pid, SIGUSR2); + kill(td->pid, SIGTERM); } #ifdef CONFIG_LINUX_SPLICE