summaryrefslogtreecommitdiff
path: root/source3/registry/reg_backend_perflib.c
AgeCommit message (Collapse)AuthorFilesLines
2009-04-27s3:registry: replace typedef REGISTRY_OPS by struct registry_opsMichael Adam1-2/+2
Michael
2009-04-27s3:registry: replace typedef REGVAL_CTR by struct regval_ctr.Michael Adam1-3/+3
This paves the way for hiding the typedef and the implementation from the surface. Michael
2009-02-26s3:registry: replace typedef "REGSUBKEY_CTR" by "struct regsubkey_ctr"Michael Adam1-1/+1
This paves the way for hiding the typedef and the implementation from the surface. Michael
2008-01-20Add a registry backend perflib that replaces the former dynamic overlay.Michael Adam1-0/+106
Michael (This used to be commit c3fba415951329ee90c7250b4e8d539f91b227f6)