Merge in fetch updates/break out memory/create error bits for host failures.
[awesomized/libmemcached] / libmemcached / libmemcached_probes.h
index ddc9ef4793198b587f55177c34117d680974d440..70d69f3dba7f07800063c0f8f9aaec06f10eaa30 100644 (file)
  * implementation of the following macros to create your own sort of
  * probing :)
  */
-#ifndef        LIBMEMCACHED_PROBES_H
-#define        LIBMEMCACHED_PROBES_H
+#ifndef        __LIBMEMCACHED_PROBES_H__
+#define        __LIBMEMCACHED_PROBES_H__
 
 #ifdef HAVE_DTRACE
 /*
  * Create the DTrace probes on the system using it (to support both Solaris
  * and MacOS X
  */
-#include "dtrace_probes.h"
+#include "libmemcached/dtrace_probes.h"
 
 #else
 /*
@@ -86,4 +86,4 @@
 
 #endif
 
-#endif /* LIBMEMCACHED_PROBES_H */
+#endif /* __LIBMEMCACHED_PROBES_H__ */