From a38df2d251cc0e5489b7ea56401f40910798edd5 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 16 Jan 2005 22:22:13 +0000 Subject: 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) --- source4/libcli/composite/composite.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'source4/libcli/composite/composite.h') 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 */ -- cgit