diff options
author | Volker Lendecke <vlendec@samba.org> | 2006-11-23 10:42:58 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:16:02 -0500 |
commit | 969a7faa7cd82ca5f1ea896773032b60081fccef (patch) | |
tree | 6174c3c38c1cce2f51b0b78e78de15c4003d5d99 /source3/registry | |
parent | 55170cb6a7735b28e371e52cf16af2677425adb4 (diff) | |
download | samba-969a7faa7cd82ca5f1ea896773032b60081fccef.tar.gz samba-969a7faa7cd82ca5f1ea896773032b60081fccef.tar.bz2 samba-969a7faa7cd82ca5f1ea896773032b60081fccef.zip |
r19853: Update a link
(This used to be commit ce44158dde64cb65a3f51dfe1734f3c3d7f1bfd9)
Diffstat (limited to 'source3/registry')
-rw-r--r-- | source3/registry/reg_perfcount.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/registry/reg_perfcount.c b/source3/registry/reg_perfcount.c index febae62ad0..26d640c87c 100644 --- a/source3/registry/reg_perfcount.c +++ b/source3/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; |