messaging3: Directly refer to messaging_dgm in messages.c
commit3aa3c6ed012dd344cbc91ac49870c6adc4c3d891
authorVolker Lendecke <vl@samba.org>
Thu, 17 Jul 2014 11:23:46 +0000 (17 11:23 +0000)
committerJeremy Allison <jra@samba.org>
Mon, 11 Aug 2014 21:57:12 +0000 (11 23:57 +0200)
treede78f678b7cd8cf178455582b4c9fbc115b5b10d
parent28db680a0df9ce4329668d50ce7ba6d5a7c29761
messaging3: Directly refer to messaging_dgm in messages.c

This removes the messaging_backend abstraction layer from messages_dgm.c. That
layer was introduced for ctdb and is still used there. But as the messaging_dgm
interface is very slim anyway, I don't think directly calling it is too bad.

Why this commit? It is another step towards making messages_dgm
independent of messages.[ch], thus it might become usable in other
contexts like ctdb and source4

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/include/messages.h
source3/lib/messages.c
source3/lib/messages_dgm.c