summaryrefslogtreecommitdiffstats
path: root/source/rpc_parse/parse_srv.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>1999-04-20 03:37:11 +0000
committerTim Potter <tpot@samba.org>1999-04-20 03:37:11 +0000
commit346c78d7078d87bc95abc274f2bc66476aeee54c (patch)
treed5304ffe5e8e3ea645aa036c1cb345c56f4f8cd6 /source/rpc_parse/parse_srv.c
parentc72de36748aedb6b478fe32d18e77f85e34abfb0 (diff)
downloadsamba-346c78d7078d87bc95abc274f2bc66476aeee54c.tar.gz
samba-346c78d7078d87bc95abc274f2bc66476aeee54c.tar.xz
samba-346c78d7078d87bc95abc274f2bc66476aeee54c.zip
Changed the way a VFS is initialised. The vfs_init() function is
executed from the VFS object file and it returns a pointer to a vfs_ops structure. If any of the function pointers in vfs_ops are NULL, then they are replaced with the standard disk functions. This should allow disk-related VFS modules to be easily added. I've written an auditing VFS module which logs various calls (connect, disconnect, mkdir, rmdir, open and a few others) to syslog in a couple of pages of code. Thanks to tridge for various useful suggestions.
Diffstat (limited to 'source/rpc_parse/parse_srv.c')
0 files changed, 0 insertions, 0 deletions