From a11cc880ef0a7e105c46b835fb3c793da7cabb53 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 22 Jul 2011 08:41:20 +0200 Subject: s3:libsmb: move cli_state->outgoing to cli_state->conn.outgoing metze Autobuild-User: Stefan Metzmacher Autobuild-Date: Fri Jul 22 09:53:59 CEST 2011 on sn-devel-104 --- source3/include/client.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source3/include/client.h') 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; -- cgit