> in the dcerpc_interface_table with a single function that uses a > talloc_memdup() for the table->calls[].ndr_push() and > table->calls[].ndr_pull() methods. Slight correction. Instead of talloc_memdup() a talloc_reference() would be better, as this would avoid the additional copy in both directions.