From 931dc553909c4ee345f7c16ca79f56f84ae39ff6 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Tue, 28 Oct 2003 10:17:05 +0000 Subject: Implement raw SMBtrans by backending the SMBtrans2 send code. Receive is the same for trans and trans2. (This used to be commit 7d21af3fdf6cf5144a41021425179ca2bba553b3) --- source4/include/smb_interfaces.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/include') diff --git a/source4/include/smb_interfaces.h b/source4/include/smb_interfaces.h index 9ac9f418ea..5f96679900 100644 --- a/source4/include/smb_interfaces.h +++ b/source4/include/smb_interfaces.h @@ -1600,7 +1600,7 @@ struct smb_copy { }; -/* struct for transact2 call */ +/* struct for transact/transact2 call */ struct smb_trans2 { struct { uint16 max_param; @@ -1610,6 +1610,7 @@ struct smb_trans2 { uint32 timeout; uint8 setup_count; uint16 *setup; + char *trans_name; /* SMBtrans only */ DATA_BLOB params; DATA_BLOB data; } in; -- cgit