1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-26 04:23:49 +03:00

r23055: Rewrite messages.c to use auto-generated marshalling in the tdb. I'm

doing this because for the clustering the marshalling is needed in more
than one place, so I wanted a decent routine to marshall a message_rec
struct which was not there before.

Tridge, this seems about the same speed as it used to be before, the
librpc/ndr overhead in my tests was under the noise.

Volker
This commit is contained in:
Volker Lendecke
2007-05-21 22:17:13 +00:00
committed by Gerald (Jerry) Carter
parent f53aa56998
commit eaefd00563
25 changed files with 548 additions and 409 deletions

View File

@@ -77,7 +77,7 @@ static void send_sync_message(void)
{
DEBUG(3, ("sending sam synchronisation message\n"));
message_send_all(smbd_messaging_context(), MSG_SMB_SAM_SYNC, NULL, 0,
False, NULL);
NULL);
}
/*************************************************************************