diff options
| author | Quentin Young <qlyoung@nvidia.com> | 2020-09-28 15:49:22 -0400 |
|---|---|---|
| committer | Quentin Young <qlyoung@nvidia.com> | 2020-10-23 15:13:51 -0400 |
| commit | 912d45a1610dc7ec14017a2d8618ad357e89370e (patch) | |
| tree | 4decb6683b6c781e028630cd959eab75fcdc7c7f /lib/hash.c | |
| parent | a72255a336c68dcc62d7bd9fcc1d409ee766cf77 (diff) | |
lib: move trace.h -> libfrr_trace.h
Signed-off-by: Quentin Young <qlyoung@nvidia.com>
Diffstat (limited to 'lib/hash.c')
| -rw-r--r-- | lib/hash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hash.c b/lib/hash.c index d0dc639229..f34a2aae0b 100644 --- a/lib/hash.c +++ b/lib/hash.c @@ -29,7 +29,7 @@ #include "command.h" #include "libfrr.h" #include "frr_pthread.h" -#include "trace.h" +#include "libfrr_trace.h" DEFINE_MTYPE_STATIC(LIB, HASH, "Hash") DEFINE_MTYPE_STATIC(LIB, HASH_BACKET, "Hash Bucket") |
