1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-27 20:24:26 +01:00

Move sniffer callback traits into detail/type_traits.h

This commit is contained in:
Matias Fontanini
2017-04-30 09:45:06 -07:00
parent 730e69463c
commit 92bda42ac1
4 changed files with 40 additions and 34 deletions

View File

@@ -45,6 +45,7 @@
#include "pktap.h"
#include "sll.h"
#include "ppi.h"
#include "internals.h"
using std::string;
using std::runtime_error;