17 #ifndef __MESOS_PROVISIONER_AUFS_HPP__
18 #define __MESOS_PROVISIONER_AUFS_HPP__
27 class AufsBackendProcess;
52 const std::vector<std::string>& layers,
53 const std::string& rootfs,
54 const std::string& backendDir);
57 const std::string& rootfs,
58 const std::string& backendDir);
73 #endif // __MESOS_PROVISIONER_AUFS_HPP__
virtual process::Future< Nothing > provision(const std::vector< std::string > &layers, const std::string &rootfs, const std::string &backendDir)
static Try< process::Owned< Backend > > create(const Flags &)
Definition: backend.hpp:36
virtual process::Future< bool > destroy(const std::string &rootfs, const std::string &backendDir)