net: use SIGTERM for terminate
authorJens Axboe <axboe@fb.com>
Wed, 8 Oct 2014 20:14:05 +0000 (14:14 -0600)
committerJens Axboe <axboe@fb.com>
Wed, 8 Oct 2014 20:14:05 +0000 (14:14 -0600)
Signed-off-by: Jens Axboe <axboe@fb.com>
engines/net.c

index 8087207e505bc69ac67e0321aff922a35207d9dc..1d89db1cdcecc4a740b1afe603711ea3a114ba0c 100644 (file)
@@ -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