X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Fstack%2Frte_stack.c;h=56bf2c8d6d3dbd3bd9ccaf6edb09d375b41c81c7;hb=bef7c9ff285a90373f3f409e2c21d1263ed0f548;hp=10d3b2eeb3aeb833c77ebe6a9e04a02940c223cf;hpb=1abb185d6cd41f83cd91eb6b1816c31e4bce887a;p=dpdk.git diff --git a/lib/stack/rte_stack.c b/lib/stack/rte_stack.c index 10d3b2eeb3..56bf2c8d6d 100644 --- a/lib/stack/rte_stack.c +++ b/lib/stack/rte_stack.c @@ -3,9 +3,9 @@ */ #include +#include #include -#include #include #include #include @@ -194,4 +194,4 @@ rte_stack_lookup(const char *name) return r; } -RTE_LOG_REGISTER(stack_logtype, lib.stack, NOTICE); +RTE_LOG_REGISTER_DEFAULT(stack_logtype, NOTICE);