|
Apache Mesos
|
#include <stdint.h>#include <string>#include <stout/hashmap.hpp>#include <stout/try.hpp>#include "linux/routing/handle.hpp"Go to the source code of this file.
Namespaces | |
| routing | |
| routing::queueing | |
| routing::queueing::fq_codel | |
Functions | |
| Try< bool > | routing::queueing::fq_codel::exists (const std::string &link, const Handle &parent) |
| Try< bool > | routing::queueing::fq_codel::create (const std::string &link, const Handle &parent, const Option< Handle > &handle) |
| Try< bool > | routing::queueing::fq_codel::remove (const std::string &link, const Handle &parent) |
| Result< hashmap< std::string, uint64_t > > | routing::queueing::fq_codel::statistics (const std::string &link, const Handle &parent) |
Variables | |
| constexpr char | routing::queueing::fq_codel::KIND [] = "fq_codel" |
| const int | routing::queueing::fq_codel::DEFAULT_FLOWS |
1.8.5