X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Finclude%2Flustre_debug.h;h=6662f487dfa068cf777d1e4b1433f01757156f4f;hb=303f41aa0ff07a43a31e397a3d163a6b8b6e4864;hp=73c22bbeb7b2c4f1b5274aed4494f59ca90369d4;hpb=23fad25a5b6b1e468d05dc7e81dfb9ad00c86a16;p=fs%2Flustre-release.git diff --git a/lustre/include/lustre_debug.h b/lustre/include/lustre_debug.h index 73c22bb..6662f48 100644 --- a/lustre/include/lustre_debug.h +++ b/lustre/include/lustre_debug.h @@ -26,7 +26,7 @@ * GPL HEADER END */ /* - * Copyright 2008 Sun Microsystems, Inc. All rights reserved + * Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved. * Use is subject to license terms. */ /* @@ -37,6 +37,11 @@ #ifndef _LUSTRE_DEBUG_H #define _LUSTRE_DEBUG_H +/** \defgroup debug debug + * + * @{ + */ + #include #include @@ -73,4 +78,7 @@ int dump_req(struct ptlrpc_request *req); void dump_lsm(int level, struct lov_stripe_md *lsm); int block_debug_setup(void *addr, int len, __u64 off, __u64 id); int block_debug_check(char *who, void *addr, int len, __u64 off, __u64 id); + +/** @} debug */ + #endif