summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-05-24 11:09:37 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:22:47 -0500
commitff0ac5b0e7f9163760b2863f48389e4943ac2154 (patch)
tree1a564b6a60c5979b97507e528ebf6db412f23e6e /source3/Makefile.in
parentc3c7e1b4230e086ec91fe51b96509ef90980358b (diff)
downloadsamba-ff0ac5b0e7f9163760b2863f48389e4943ac2154.tar.gz
samba-ff0ac5b0e7f9163760b2863f48389e4943ac2154.tar.bz2
samba-ff0ac5b0e7f9163760b2863f48389e4943ac2154.zip
r23112: Trim down the message.c API slightly: The messages_pending_for_pid is now
replaced by MSG_FLAG_LOWPRIORITY or'ed into the msg_type. To enable this, changed the msg_type definitions to hexadecimal. This way we could theoretically add the MSG_FLAG_NODUPLICATES again, but I would rather not do this, because that one is racy and can't be guaranteed at all. (This used to be commit 3f5eb8a9600839a9f9c44c553f0bda6df22b30b0)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 955475b1a6..a071bc2a7f 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -984,7 +984,7 @@ cac: SHOWFLAGS $(LIBMSRPC)
## Perl IDL Compiler
IDL_FILES = unixinfo.idl lsa.idl dfs.idl echo.idl winreg.idl initshutdown.idl \
srvsvc.idl svcctl.idl eventlog.idl wkssvc.idl netlogon.idl notify.idl \
- epmapper.idl
+ epmapper.idl messaging.idl
idl:
@IDL_FILES="$(IDL_FILES)" CPP="$(CPP)" PERL="$(PERL)" \