diff options
author | Volker Lendecke <vl@samba.org> | 2008-04-13 19:14:09 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-04-14 14:16:58 +0200 |
commit | 13a60a40057da63e21dad5e4076fb1158848738f (patch) | |
tree | 5c2f9436d8d68269f6c69714dd024d4fe04f6d94 /source3 | |
parent | fe4930b7fae084b664eef2342cf1e4b6a3daf698 (diff) | |
download | samba-13a60a40057da63e21dad5e4076fb1158848738f.tar.gz samba-13a60a40057da63e21dad5e4076fb1158848738f.tar.bz2 samba-13a60a40057da63e21dad5e4076fb1158848738f.zip |
Remove namedpipe_transact fn pointer from smb_np_struct
(This used to be commit d1f82b7e67a791e19d08c682b607d82ae649feb4)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/ntdomain.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h index 74a59443c8..7bd5afe821 100644 --- a/source3/include/ntdomain.h +++ b/source3/include/ntdomain.h @@ -325,17 +325,6 @@ typedef struct smb_np_struct { void * (*namedpipe_create)(const char *pipe_name, connection_struct *conn, uint16 vuid); - /* call to perform a write / read namedpipe transaction. - * TransactNamedPipe is weird: it returns whether there - * is more data outstanding to be read, and the - * caller is expected to take note and follow up with - * read requests. - */ - ssize_t (*namedpipe_transact)(void *np_state, - char *data, int len, - char *rdata, int rlen, - bool *pipe_outstanding); - /* call to perform a write namedpipe operation */ ssize_t (*namedpipe_write)(void * np_state, |