Exemplo n.º 1
0
NTSTATUS perfcount_test_init(void)
{
	return smb_register_perfcounter(SMB_PERFCOUNTER_INTERFACE_VERSION,
					"pc_test", &perfcount_test_handlers);
}
Exemplo n.º 2
0
NTSTATUS perfcount_onefs_init(void)
{
    return smb_register_perfcounter(SMB_PERFCOUNTER_INTERFACE_VERSION,
                                    "pc_onefs", &onefs_pc_handlers);
}