From 834c91eece879b75c4ec2f4b9e0f2ed4d56496d9 Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Wed, 7 Sep 2011 16:14:24 +0200 Subject: [PATCH] af-packet: add AFP to per packet performance system. --- src/tm-modules.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/tm-modules.c b/src/tm-modules.c index cdda73c3a8..794c26622e 100644 --- a/src/tm-modules.c +++ b/src/tm-modules.c @@ -184,6 +184,8 @@ const char * TmModuleTmmIdToString(TmmId id) CASE_CODE (TMM_DECODEERFFILE); CASE_CODE (TMM_RECEIVEERFDAG); CASE_CODE (TMM_DECODEERFDAG); + CASE_CODE (TMM_RECEIVEAFP); + CASE_CODE (TMM_DECODEAFP); default: return "UNKNOWN";