[SCM] Samba Shared Repository - branch v3-2-test updated - release-3-2-0pre2-898-gd1f82b7

Volker Lendecke vlendec at samba.org
Mon Apr 14 12:16:58 GMT 2008


The branch, v3-2-test has been updated
       via  d1f82b7e67a791e19d08c682b607d82ae649feb4 (commit)
      from  61503f822b60f98dd1f7549707ec89b48e32caeb (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit d1f82b7e67a791e19d08c682b607d82ae649feb4
Author: Volker Lendecke <vl at samba.org>
Date:   Sun Apr 13 19:14:09 2008 +0200

    Remove namedpipe_transact fn pointer from smb_np_struct

-----------------------------------------------------------------------

Summary of changes:
 source/include/ntdomain.h |   11 -----------
 1 files changed, 0 insertions(+), 11 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/include/ntdomain.h b/source/include/ntdomain.h
index 74a5944..7bd5afe 100644
--- a/source/include/ntdomain.h
+++ b/source/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,


-- 
Samba Shared Repository


More information about the samba-cvs mailing list