summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-07-22 08:41:20 +0200
committerStefan Metzmacher <metze@samba.org>2011-07-22 09:53:59 +0200
commita11cc880ef0a7e105c46b835fb3c793da7cabb53 (patch)
treeb3c646eac6889e1bf6ccdf15cf2a50508e6fe066 /source3/include
parent9f2b3b0be6837c280a033b2fddf8fd433421d206 (diff)
downloadsamba-a11cc880ef0a7e105c46b835fb3c793da7cabb53.tar.gz
samba-a11cc880ef0a7e105c46b835fb3c793da7cabb53.tar.bz2
samba-a11cc880ef0a7e105c46b835fb3c793da7cabb53.zip
s3:libsmb: move cli_state->outgoing to cli_state->conn.outgoing
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Jul 22 09:53:59 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/client.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/include/client.h b/source3/include/client.h
index 72bb25a2d7..26b8fcb405 100644
--- a/source3/include/client.h
+++ b/source3/include/client.h
@@ -124,9 +124,8 @@ struct cli_state {
/* Where (if anywhere) this is mounted under DFS. */
char *dfs_mountpoint;
- struct tevent_queue *outgoing;
-
struct {
+ struct tevent_queue *outgoing;
struct tevent_req **pending;
} conn;