summaryrefslogtreecommitdiff
path: root/source4/ntvfs/ntvfs.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-04-26 13:38:00 +0200
committerStefan Metzmacher <metze@samba.org>2010-04-27 13:02:26 +0200
commitd94c94fcb94ae0dfd221b5c807ec310f9c0fd8ed (patch)
tree0d03d0169b37c053c673d3472767e8fb84f6c100 /source4/ntvfs/ntvfs.h
parentbb04e90259315fd49fe1222b7c8f7fce23f1a2b6 (diff)
downloadsamba-d94c94fcb94ae0dfd221b5c807ec310f9c0fd8ed.tar.gz
samba-d94c94fcb94ae0dfd221b5c807ec310f9c0fd8ed.tar.bz2
samba-d94c94fcb94ae0dfd221b5c807ec310f9c0fd8ed.zip
s4:ntvfs: remove socket_address based functions
metze
Diffstat (limited to 'source4/ntvfs/ntvfs.h')
-rw-r--r--source4/ntvfs/ntvfs.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source4/ntvfs/ntvfs.h b/source4/ntvfs/ntvfs.h
index 5b551cd345..02281e749c 100644
--- a/source4/ntvfs/ntvfs.h
+++ b/source4/ntvfs/ntvfs.h
@@ -209,9 +209,6 @@ struct ntvfs_context {
} oplock;
struct {
- void *private_data;
- struct socket_address *(*get_my_addr)(void *private_data, TALLOC_CTX *mem_ctx);
- struct socket_address *(*get_peer_addr)(void *private_data, TALLOC_CTX *mem_ctx);
const struct tsocket_address *local_address;
const struct tsocket_address *remote_address;
} client;