summaryrefslogtreecommitdiff
path: root/source4/smb_server/smb_server.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-11-09 10:51:26 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:45:57 -0500
commit7e963eb6e7a06d0b45609a3fb7ab3e757e5920a0 (patch)
treee8da186a4869e0a09f9b04d5f5d35274f63085ee /source4/smb_server/smb_server.h
parenta3fcb93df1571da51a0f525141c3010e7f2dcae6 (diff)
downloadsamba-7e963eb6e7a06d0b45609a3fb7ab3e757e5920a0.tar.gz
samba-7e963eb6e7a06d0b45609a3fb7ab3e757e5920a0.tar.bz2
samba-7e963eb6e7a06d0b45609a3fb7ab3e757e5920a0.zip
r11603: converted the smb server to use the new generic packet code
(This used to be commit 0fc496bb6f520ddf6d85cc2f3df80f93b871cfe9)
Diffstat (limited to 'source4/smb_server/smb_server.h')
-rw-r--r--source4/smb_server/smb_server.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/source4/smb_server/smb_server.h b/source4/smb_server/smb_server.h
index 360ea7ddfb..b6c9d5f985 100644
--- a/source4/smb_server/smb_server.h
+++ b/source4/smb_server/smb_server.h
@@ -252,7 +252,7 @@ struct smbsrv_connection {
struct stream_connection *connection;
/* this holds a partially received request */
- struct smbsrv_request *partial_req;
+ struct packet_context *packet;
/* this holds list of replies that are waiting to be sent
to the client */
@@ -266,10 +266,8 @@ struct smbsrv_connection {
uint8_t command;
} *trans_partial;
- BOOL processing;
-
/* mark a connection for termination */
- BOOL terminate;
+ const char *terminate;
/* configuration parameters */
struct {