1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

Remove namedpipe_transact fn pointer from smb_np_struct

(This used to be commit d1f82b7e67)
This commit is contained in:
Volker Lendecke 2008-04-13 19:14:09 +02:00
parent fe4930b7fa
commit 13a60a4005

View File

@ -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,