summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorDarshan Purandare <dpurandare@isilon.com>2008-07-01 11:37:13 -0700
committerJeremy Allison <jra@samba.org>2008-07-01 17:52:24 -0700
commit065760ede0b4d785adf8a5dcdd9237a494b4876a (patch)
treeff3141f61b9674c1273858fce45f8947de07de91 /source3/include
parent570d5ecdbd0614fb0633410e47da4a4083ab1636 (diff)
downloadsamba-065760ede0b4d785adf8a5dcdd9237a494b4876a.tar.gz
samba-065760ede0b4d785adf8a5dcdd9237a494b4876a.tar.bz2
samba-065760ede0b4d785adf8a5dcdd9237a494b4876a.zip
MSG_DEBUG now forwarded to all the winbindd children by parent.
smbcontrol winbindd debug level would only set the debug level of the parent winbindd process and not the child processes. This patch adds the functionality of broadcasting the debug message to all winbindd children. Now the debug level message is propagated to all the winbindd processes that includes parent and children. (This used to be commit cfbcfc3ffe74f28ec874a6bf1ab93f55f405b6e6)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 13f392d544..e918b258c8 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -502,6 +502,7 @@ const char *debug_classname_from_index(int ndx);
int debug_add_class(const char *classname);
int debug_lookup_classname(const char *classname);
bool debug_parse_levels(const char *params_str);
+void debug_message(struct messaging_context *msg_ctx, void *private_data, uint32_t msg_type, struct server_id src, DATA_BLOB *data);
void debug_init(void);
void debug_register_msgs(struct messaging_context *msg_ctx);
void setup_logging(const char *pname, bool interactive);