1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/source4/ntvfs/ipc
Stefan Metzmacher 118f3edd27 r1291: rename struct smbsrv_context to smbsrv_connection
because this is the connection state per transport layer (tcp)
connection

I also moved the substructs directly into smbsrv_connection,
because they don't need a struct name and we should allway pass the complete
smbsrv_connection struct into functions

metze
(This used to be commit 60f823f201)
2007-10-10 12:56:49 -05:00
..
README first public release of samba4 code 2003-08-13 01:53:07 +00:00
vfs_ipc.c r1291: rename struct smbsrv_context to smbsrv_connection 2007-10-10 12:56:49 -05:00

This is the IPC$ backend for Samba. NTVFS operations that are made on
IPC$ shares are directed here by default. Most file operations 
are not supported on IPC$ shares.