#include <unistd.h>
#include <string>
#include <sys/uio.h>
#include <asm/types.h>
#include <sys/socket.h>
#include <linux/netlink.h>
#include <list>
#include <cassert>
#include "netlink.hxx"
Go to the source code of this file.
#define QOLYESTER_SYS_LINUX_NETLINK_HH 1 |
#define VISIT | ( | M | ) |
Value:
virtual void visit(M&) {} \ virtual void visit(const M&) {}
#define VISIT | ( | M | ) |
Value:
virtual void visit(M&) = 0; \ virtual void visit(const M&) = 0