#pragma once #if __linux__ #include "types.hh" namespace nix { std::map getCgroups(const Path & cgroupFile); void destroyCgroup(const Path & cgroup); } #endif