summaryrefslogtreecommitdiff
path: root/source3/registry/reg_perfcount.h
AgeCommit message (Collapse)AuthorFilesLines
2011-02-07s3-perfcount: Create the directory on tdb open.Andreas Schneider1-1/+0
Signed-off-by: Günther Deschner <gd@samba.org>
2010-07-16Move the remnants of rpc_parse code under registry/Simo Sorce1-0/+2
The registry code is the only last user of this code. Move everything under registry/ and hope someone will get rid od it completely from there in the future. Signed-off-by: Günther Deschner <gd@samba.org>
2010-05-25s3:registry: extract reg_perfcount prototypes into header of their own.Michael Adam1-0/+33
And use them only when necessary.