summaryrefslogtreecommitdiffstats
path: root/source3/registry/reg_perfcount.h
Commit message (Collapse)AuthorAgeFilesLines
* s3-perfcount: Create the directory on tdb open.Andreas Schneider2011-02-071-1/+0
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* Move the remnants of rpc_parse code under registry/Simo Sorce2010-07-161-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>
* s3:registry: extract reg_perfcount prototypes into header of their own.Michael Adam2010-05-251-0/+33
And use them only when necessary.