r23112: Trim down the message.c API slightly: The messages_pending_for_pid is now
authorVolker Lendecke <vlendec@samba.org>
Thu, 24 May 2007 11:09:37 +0000 (11:09 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:22:47 +0000 (12:22 -0500)
commitff0ac5b0e7f9163760b2863f48389e4943ac2154
tree1a564b6a60c5979b97507e528ebf6db412f23e6e
parentc3c7e1b4230e086ec91fe51b96509ef90980358b
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)
source3/Makefile.in
source3/include/messages.h
source3/lib/messages.c
source3/printing/notify.c