ContainerTracer  0.1
Data Fields
runner_config Struct Reference

This structure has user-inputted information. More...

#include <runner.h>

Collaboration diagram for runner_config:
Collaboration graph

Data Fields

char driver [PATH_MAX]
 
struct generic_driver_op op
 
struct json_object * setting
 

Detailed Description

This structure has user-inputted information.

Field Documentation

◆ driver

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.

◆ op

struct generic_driver_op runner_config::op

This is an abstracted operation set that can be overridden by the driver.

◆ setting

struct json_object* runner_config::setting

This field has the driver dependant JSON object. This relates setting field in user-inputted JSON.


The documentation for this struct was generated from the following file: