diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-04-02 21:06:27 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-04-02 21:54:08 +0200 |
commit | 3bbad34a02350c96cb44d53da510c6273b6910d7 (patch) | |
tree | 8e0ea9f249f1f2280fa8e9cd420fbf1591658bec /lib/tsocket/tsocket_internal.h | |
parent | 7e1411b5c7afa8b47d76ddb1fb93973201bb08a8 (diff) | |
download | samba-3bbad34a02350c96cb44d53da510c6273b6910d7.tar.gz |
tsocket: remove DGRAM support from tsocket_context
metze
Diffstat (limited to 'lib/tsocket/tsocket_internal.h')
-rw-r--r-- | lib/tsocket/tsocket_internal.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/tsocket/tsocket_internal.h b/lib/tsocket/tsocket_internal.h index d1f240eba0..893394405f 100644 --- a/lib/tsocket/tsocket_internal.h +++ b/lib/tsocket/tsocket_internal.h @@ -57,14 +57,6 @@ struct tsocket_context_ops { int (*writev_data)(struct tsocket_context *sock, const struct iovec *vector, size_t count); - ssize_t (*recvfrom_data)(struct tsocket_context *sock, - uint8_t *data, size_t len, - TALLOC_CTX *addr_ctx, - struct tsocket_address **remote_addr); - ssize_t (*sendto_data)(struct tsocket_context *sock, - const uint8_t *data, size_t len, - const struct tsocket_address *remote_addr); - /* info */ int (*get_status)(const struct tsocket_context *sock); int (*get_local_address)(const struct tsocket_context *sock, |