NDN-DPDK
High-Speed Named Data Networking Forwarder
Loading...
Searching...
No Matches
common.h
Go to the documentation of this file.
1#ifndef NDNDPDK_IFACE_COMMON_H
2#define NDNDPDK_IFACE_COMMON_H
3
5
6#include "../ndni/packet.h"
7#include "enum.h"
8
9typedef struct Face Face;
10
11#endif // NDNDPDK_IFACE_COMMON_H
Generic network interface.
Definition face.h:98