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)
commit3f5eb8a9600839a9f9c44c553f0bda6df22b30b0
tree5509b3b775f1a30a31f48950b25568709c123b2a
parent18a7e739ea5d19b2e220641e19662e2c263d281a
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.
source/Makefile.in
source/include/messages.h
source/lib/messages.c
source/printing/notify.c