summaryrefslogtreecommitdiffstats
path: root/src/config
diff options
context:
space:
mode:
Diffstat (limited to 'src/config')
-rw-r--r--src/config/endpoint_config.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config/endpoint_config.rs b/src/config/endpoint_config.rs
index b1734c8..12a588a 100644
--- a/src/config/endpoint_config.rs
+++ b/src/config/endpoint_config.rs
@@ -37,6 +37,9 @@ pub struct Endpoint {
/// Maximum number of jobs which are allowed on this endpoint
#[getset(get_copy = "pub")]
maxjobs: usize,
+
+ #[getset(get = "pub")]
+ network_mode: Option<String>,
}
/// The type of an endpoint