1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-12 12:23:50 +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

@@ -199,7 +199,6 @@ void gfree_all( void )
gfree_case_tables();
gfree_debugsyms();
gfree_charcnv();
gfree_messages();
gfree_interfaces();
/* release the talloc null_context memory last */