| 81 | |
| 82 | |
| 83 | Future<Nothing> MesosIsolator::isolate( |
| 84 | const ContainerID& containerId, |
| 85 | pid_t pid) |
| 86 | { |
| 87 | return dispatch(process.get(), |
| 88 | &MesosIsolatorProcess::isolate, |
| 89 | containerId, |
| 90 | pid); |
| 91 | } |
| 92 | |
| 93 | |
| 94 | Future<ContainerLimitation> MesosIsolator::watch( |