exactness_recorder: refactor main method
authorMarcel Hollerbach <mail@marcel-hollerbach.de>
Thu, 26 Mar 2020 15:41:21 +0000 (16:41 +0100)
committerJongmin Lee <jm105.lee@samsung.com>
Tue, 31 Mar 2020 21:26:24 +0000 (06:26 +0900)
commit9f877ab173eb40a87d5d805830c51b9638f6e117
tree103fc1d891a16e7cdf2f615fc0a788e0cafa9f7f
parente3008fc18e7fa622c3e635f29a1e4e660f1d58e0
exactness_recorder: refactor main method

all calls taht are not related to env var checking, are moved out of the
main method. That is in preparation for later refactorings.

Reviewed-by: Stefan Schmidt <stefan@datenfreihafen.org>
Reviewed-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Differential Revision: https://phab.enlightenment.org/D11623
src/bin/exactness/common.c
src/bin/exactness/common.h
src/bin/exactness/recorder.c