Apache Mesos
|
#include <netlink/cache.h>
#include <netlink/errno.h>
#include <netlink/netlink.h>
#include <netlink/socket.h>
#include <memory>
#include <string>
#include <stout/error.hpp>
#include <stout/try.hpp>
Go to the source code of this file.
Classes | |
class | routing::Netlink< T > |
Namespaces | |
routing | |
Functions | |
template<typename T > | |
void | routing::cleanup (T *t) |
template<> | |
void | routing::cleanup (struct nl_cache *cache) |
template<> | |
void | routing::cleanup (struct nl_sock *sock) |
Try< Netlink< struct nl_sock > > | routing::socket (int protocol=NETLINK_ROUTE) |