summaryrefslogtreecommitdiff
path: root/lib/log.c
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2016-12-20 18:31:42 +0100
committerDavid Lamparter <equinox@opensourcerouting.org>2016-12-20 18:34:29 +0100
commitab0181eed3d118fc46e693c68e5bbc0248c7bfe5 (patch)
tree8abda85a1e96d03cf3eefb2274562cfe38e71d88 /lib/log.c
parentae435b1972ab95b647e816da6a2dbb9951628218 (diff)
build: rename (2 of ?): route_types macros
All of the autogenerated macros in lib/route_types.pl are now called FRR_* instead of QUAGGA_*. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'lib/log.c')
-rw-r--r--lib/log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/log.c b/lib/log.c
index f9877300b4..fb9d02a301 100644
--- a/lib/log.c
+++ b/lib/log.c
@@ -20,7 +20,7 @@
* 02111-1307, USA.
*/
-#define QUAGGA_DEFINE_DESC_TABLE
+#define FRR_DEFINE_DESC_TABLE
#include <zebra.h>