Use char* for pid_file path
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Mon, 8 Aug 2016 17:27:26 +0000 (02:27 +0900)
committerJens Axboe <axboe@fb.com>
Mon, 8 Aug 2016 17:31:09 +0000 (11:31 -0600)
commit977b959628585fc20cd0c2cc6e309f7f6f219888
tree8c9e3d9e2ce8563365b9c9f3efa3749454087419
parentc2b8035f22c509770515c1172a3cd8ae73573aec
Use char* for pid_file path

since no function expects this to be void*.

Signed-off-by: Tomohiro Kusumi <kusumi.tomohiro@gmail.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
init.c