|
ContainerTracer
0.1
|
This structure has user-inputted information. More...
#include <runner.h>

Data Fields | |
| char | driver [PATH_MAX] |
| struct generic_driver_op | op |
| struct json_object * | setting |
This structure has user-inputted information.
| char runner_config::driver[PATH_MAX] |
This points that current driver of this runner. This uses in the runner/generic.c and relates driver field in user-inputted JSON.
| struct generic_driver_op runner_config::op |
This is an abstracted operation set that can be overridden by the driver.
| struct json_object* runner_config::setting |
This field has the driver dependant JSON object. This relates setting field in user-inputted JSON.
1.8.13