Author: vlendec Date: 2007-05-24 11:09:37 +0000 (Thu, 24 May 2007) New Revision: 23112
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23112 Log: 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. Modified: branches/SAMBA_3_0/source/Makefile.in branches/SAMBA_3_0/source/include/messages.h branches/SAMBA_3_0/source/lib/messages.c branches/SAMBA_3_0/source/printing/notify.c branches/SAMBA_3_0_26/source/include/messages.h branches/SAMBA_3_0_26/source/lib/messages.c branches/SAMBA_3_0_26/source/printing/notify.c Changeset: Sorry, the patch is too large (769 lines) to include; please use WebSVN to see it! WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23112
