mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
96ada4d87b
This hopefully fixes the build on systems where _LARGE_FILES triggers defines of syscalls e.g. '#define lseek lseek64' on AIX. metze Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Wed Jun 13 11:03:15 CEST 2012 on sn-devel-104 |
||
---|---|---|
.. | ||
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