diff options
author | David Disseldorp <ddiss@suse.de> | 2013-01-15 17:22:57 +0100 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2013-01-16 23:15:06 +0100 |
commit | 14bd6c8b0954ad58ac4e3e157835594c26bfa97a (patch) | |
tree | 77c02b03dc0460cab603b71a1ba339560369f681 /source3/wscript_build | |
parent | 958b21c28dacad38cd64e79ca7d77cd8acc20dd0 (diff) | |
download | samba-14bd6c8b0954ad58ac4e3e157835594c26bfa97a.tar.gz samba-14bd6c8b0954ad58ac4e3e157835594c26bfa97a.tar.bz2 samba-14bd6c8b0954ad58ac4e3e157835594c26bfa97a.zip |
smb2_ioctl: split ioctl handler code on device type
Add per device type ioctl handler source files for FSCTL_DFS,
FSCTL_FILESYSTEM, FSCTL_NAMED_PIPE and FSCTL_NETWORK_FILESYSTEM.
Reviewed by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-x | source3/wscript_build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 2e530f56f4..2f26c0308a 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -370,6 +370,10 @@ SMBD_SRC_SRV = '''smbd/server_reload.c smbd/files.c smbd/connection.c smbd/smb2_write.c smbd/smb2_lock.c smbd/smb2_ioctl.c + smbd/smb2_ioctl_dfs.c + smbd/smb2_ioctl_filesys.c + smbd/smb2_ioctl_named_pipe.c + smbd/smb2_ioctl_network_fs.c smbd/smb2_keepalive.c smbd/smb2_find.c smbd/smb2_notify.c |