]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add hook for tracing.
authorTed Lemon <source@isc.org>
Mon, 12 Feb 2001 20:51:26 +0000 (20:51 +0000)
committerTed Lemon <source@isc.org>
Mon, 12 Feb 2001 20:51:26 +0000 (20:51 +0000)
server/bootp.c

index b32e27bd1feabafb238471990b1d99f5def47c7a..42972373a8797e51757759b6efc4133b97822e1f 100644 (file)
 
 #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;
 {