From: Ted Lemon Date: Mon, 12 Feb 2001 20:51:26 +0000 (+0000) Subject: Add hook for tracing. X-Git-Tag: V3-BETA-2-PATCH-18~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93016999f94fcc5276bc500e6602b25f33a3a4ed;p=thirdparty%2Fdhcp.git Add hook for tracing. --- diff --git a/server/bootp.c b/server/bootp.c index b32e27bd1..42972373a 100644 --- a/server/bootp.c +++ b/server/bootp.c @@ -43,11 +43,15 @@ #ifndef lint static char copyright[] = -"$Id: bootp.c,v 1.68 2000/11/28 23:27:13 mellon Exp $ Copyright (c) 1995-2000 The Internet Software Consortium. All rights reserved.\n"; +"$Id: bootp.c,v 1.69 2001/02/12 20:51:26 mellon Exp $ Copyright (c) 1995-2000 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h" +#if defined (TRACING) +# define send_packet trace_packet_send +#endif + void bootp (packet) struct packet *packet; {