X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached%2Flibmemcached_probes.h;h=70d69f3dba7f07800063c0f8f9aaec06f10eaa30;hb=a8efa12d2d90c3777f3c33347fe002884be1185d;hp=b441a04738000f55fe4d83f81138d1fbc5b07cfd;hpb=cfcf61110135a3256ab54d6ced50ce5e68580121;p=awesomized%2Flibmemcached diff --git a/libmemcached/libmemcached_probes.h b/libmemcached/libmemcached_probes.h index b441a047..70d69f3d 100644 --- a/libmemcached/libmemcached_probes.h +++ b/libmemcached/libmemcached_probes.h @@ -1,18 +1,29 @@ +/* LibMemcached + * Copyright (C) 2006-2009 Brian Aker + * All rights reserved. + * + * Use and distribution licensed under the BSD license. See + * the COPYING file in the parent directory for full text. + * + * Summary: + * + */ + /* * This file contains the definition of the various probes supported by * libmemcached. Currently it only support DTRACE, but just create an * 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 /* @@ -75,4 +86,4 @@ #endif -#endif /* LIBMEMCACHED_PROBES_H */ +#endif /* __LIBMEMCACHED_PROBES_H__ */