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

Method setEffective

src/linux/capabilities.cpp:103–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101 }
102
103 void setEffective(uint64_t effective)
104 {
105 set[0].effective = static_cast<uint32_t>(effective);
106 set[1].effective = static_cast<uint32_t>(effective >> 32);
107 }
108
109 void setPermitted(uint64_t permitted)
110 {

Callers 1

setMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected