diff options
author | Michael Adam <obnox@samba.org> | 2007-08-31 15:24:43 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:30:27 -0500 |
commit | ef92d505c04397614cb0dd5ede967e9017a5e302 (patch) | |
tree | c013dfcb6e19c0ba699a13b7bc1bb78935c81eb7 /source/include/messages.h | |
parent | 205ef6ab3e9332a2a4a4f775c2cdddbcd3ec739d (diff) | |
download | samba-ef92d505c04397614cb0dd5ede967e9017a5e302.tar.gz samba-ef92d505c04397614cb0dd5ede967e9017a5e302.tar.xz samba-ef92d505c04397614cb0dd5ede967e9017a5e302.zip |
r24843: Add a "validate-cache" control message to winbindd.
So there is a new subcommand "smbcontrol winbindd validate-cache" now.
This change provides the infrastructure:
The function currently returns "true" unconditionally.
The call of a real cache validation function will be incorporated
in subsequent changes.
Michael
Diffstat (limited to 'source/include/messages.h')
-rw-r--r-- | source/include/messages.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/include/messages.h b/source/include/messages.h index 7818446a099..b3ae85ec9c4 100644 --- a/source/include/messages.h +++ b/source/include/messages.h @@ -96,6 +96,7 @@ #define MSG_WINBIND_ONLINESTATUS 0x0405 #define MSG_WINBIND_TRY_TO_GO_ONLINE 0x0406 #define MSG_WINBIND_FAILED_TO_GO_ONLINE 0x0407 +#define MSG_WINBIND_VALIDATE_CACHE 0x0408 /* event messages */ #define MSG_DUMP_EVENT_LIST 0x0500 |