MCPcopy Create free account
hub / github.com/apache/mesos / installFirewall

Method installFirewall

3rdparty/libprocess/src/process.cpp:3288–3294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3286
3287
3288void ProcessManager::installFirewall(
3289 vector<Owned<firewall::FirewallRule>>&& rules)
3290{
3291 synchronized (firewall_mutex) {
3292 firewallRules = std::move(rules);
3293 }
3294}
3295
3296
3297string ProcessManager::absolutePath(const string& path)

Callers 1

installFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected