| 201 | |
| 202 | |
| 203 | Future<http::Connection> ComposingContainerizer::attach( |
| 204 | const ContainerID& containerId) |
| 205 | { |
| 206 | return dispatch(process, |
| 207 | &ComposingContainerizerProcess::attach, |
| 208 | containerId); |
| 209 | } |
| 210 | |
| 211 | |
| 212 | Future<ResourceStatistics> ComposingContainerizer::usage( |
no test coverage detected