summaryrefslogtreecommitdiffstats
path: root/source/registry/reg_perfcount.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2006-11-23 10:42:58 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:16:02 -0500
commitce44158dde64cb65a3f51dfe1734f3c3d7f1bfd9 (patch)
tree7fabff645e540a2b6501ab1007421e0b499d6009 /source/registry/reg_perfcount.c
parentfa69031d00f914aa8d642a2731db8c81f74bc8d9 (diff)
downloadsamba-ce44158dde64cb65a3f51dfe1734f3c3d7f1bfd9.tar.gz
samba-ce44158dde64cb65a3f51dfe1734f3c3d7f1bfd9.tar.xz
samba-ce44158dde64cb65a3f51dfe1734f3c3d7f1bfd9.zip
r19853: Update a link
Diffstat (limited to 'source/registry/reg_perfcount.c')
-rw-r--r--source/registry/reg_perfcount.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/registry/reg_perfcount.c b/source/registry/reg_perfcount.c
index febae62ad01..26d640c87ca 100644
--- a/source/registry/reg_perfcount.c
+++ b/source/registry/reg_perfcount.c
@@ -1327,6 +1327,10 @@ WERROR reg_perfcount_get_hkpd(prs_struct *ps, uint32 max_buf_size, uint32 *outbu
/*
* For a detailed description of the layout of this structure,
* see http://msdn.microsoft.com/library/default.asp?url=/library/en-us/perfmon/base/performance_data_format.asp
+ *
+ * By 2006-11-23 this link did not work anymore, I found something
+ * promising under
+ * http://msdn2.microsoft.com/en-us/library/aa373105.aspx -- vl
*/
PERF_DATA_BLOCK block;
uint32 buffer_size, base_index;