server/trace.h

Go to the documentation of this file.
00001 // trace.h
00002 
00003 #include "config.h"
00004 #ifdef HAVE_SYSTEMTAP
00005 // include the generated probes header and put markers in code
00006 #include "probes.h"
00007 #define TRACE(probe) probe
00008 #else
00009 // Wrap the probe to allow it to be removed when no systemtap available
00010 #define TRACE(probe)
00011 #endif

Generated on 5 Apr 2014 for ISC DHCP by  doxygen 1.6.1