summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-03-05 11:16:12 +0100
committerStefan Metzmacher <metze@samba.org>2010-03-05 14:03:55 +0100
commit31293c64a323eb59fd8e81cd44bb33768a43e0c0 (patch)
tree28d40496f0d7a006561be6424e05ea2eae0627c9 /source3/winbindd/winbindd.h
parent6f118189230da5764d8f8dd7c234a43298b6115d (diff)
downloadsamba-31293c64a323eb59fd8e81cd44bb33768a43e0c0.tar.gz
samba-31293c64a323eb59fd8e81cd44bb33768a43e0c0.tar.bz2
samba-31293c64a323eb59fd8e81cd44bb33768a43e0c0.zip
s3:winbindd: add DEBUG(10,...) for the end of each top level
That will hopefully make debugging a bit easier (at least for me). metze
Diffstat (limited to 'source3/winbindd/winbindd.h')
-rw-r--r--source3/winbindd/winbindd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd.h b/source3/winbindd/winbindd.h
index ea791234fb..f1815ac870 100644
--- a/source3/winbindd/winbindd.h
+++ b/source3/winbindd/winbindd.h
@@ -56,6 +56,7 @@ struct winbindd_cli_state {
bool privileged; /* Is the client 'privileged' */
TALLOC_CTX *mem_ctx; /* memory per request */
+ const char *cmd_name;
NTSTATUS (*recv_fn)(struct tevent_req *req,
struct winbindd_response *presp);
struct winbindd_request *request; /* Request from client */