mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
ad06a8bd65
- the process module subsystem should not know about smb_server.h
- the smb_server module should not know about process models
metze
(This used to be commit
|
||
---|---|---|
.. | ||
README | ||
vfs_nbench.c |
This module provides a way to capture file sharing loads for the NBENCH benchmark client. It also servers as an example of a NTVFS filter module. Here is an example config that passes through to the CIFS NTVFS backend. [bench] ntvfs handler = nbench cifs cifs:server = myserver cifs:user = myuser cifs:password = mypass cifs:domain = MYDOMAIN cifs:share = bench