summaryrefslogtreecommitdiff
path: root/source4/libcli/composite/composite.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-01-16 22:22:13 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:08:54 -0500
commita38df2d251cc0e5489b7ea56401f40910798edd5 (patch)
treea3a7cf9bee854b5127e422d67c51cf51bbf00bd4 /source4/libcli/composite/composite.h
parent99d30a901f04eac38922112c00a211e8fdb575a5 (diff)
downloadsamba-a38df2d251cc0e5489b7ea56401f40910798edd5.tar.gz
samba-a38df2d251cc0e5489b7ea56401f40910798edd5.tar.bz2
samba-a38df2d251cc0e5489b7ea56401f40910798edd5.zip
r4783: got rid of another void* in the composite code. This brings us down to
the minimal level I think (one private pointer for the composite function, and one private pointer for the caller) (This used to be commit 0240bf928163e32e7c69be88fe3ed4987dd18778)
Diffstat (limited to 'source4/libcli/composite/composite.h')
-rw-r--r--source4/libcli/composite/composite.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/source4/libcli/composite/composite.h b/source4/libcli/composite/composite.h
index 2e50d0b1ed..fba458795c 100644
--- a/source4/libcli/composite/composite.h
+++ b/source4/libcli/composite/composite.h
@@ -36,10 +36,8 @@ struct smbcli_composite {
/* the internal stage */
uint16_t stage;
- /* the currently running sub-request */
- void *req;
-
- /* a private pointer for use by the composite code */
+ /* a private pointer for use by the composite function
+ implementation */
void *private;
/* status code when finished */