gettime-thread: fix missing startup mutex
authorJens Axboe <axboe@fb.com>
Wed, 17 Dec 2014 02:49:54 +0000 (19:49 -0700)
committerJens Axboe <axboe@fb.com>
Wed, 17 Dec 2014 02:49:54 +0000 (19:49 -0700)
commit80fa052058c857f9faafee71f482a155f8a80ba1
treeee7e095bbb4d066ba42f3e3db2c7c43a28ad4720
parent27325ed5a4f770b681c6847352c547d51dbdeb62
gettime-thread: fix missing startup mutex

It'll segfault if gtod_cpu= is used, ensure we pass in the mutex.

Signed-off-by: Jens Axboe <axboe@fb.com>
gettime-thread.c