<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.18.3">
</HEAD>
<BODY>
It is the order of ecrt_domain_reg_pdo_entry_list that makes it work.<BR>
<BR>
<BR>
<BR>
On Mon, 2010-10-25 at 16:25 +0200, Florian Pose wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
Hello,
it would be interesting to know if this order ...
On Fri, Oct 22, 2010 at 04:07:09PM -0700, Henry Bausley wrote:
> ecrt_domain_queue(domainOutput);
> ecrt_domain_queue(domainInput);
...or this order...
> ecrt_domain_reg_pdo_entry_list(domainOutput, domainOutput_regs)
> ecrt_domain_reg_pdo_entry_list(domainInput, domainInput_regs)
...does the trick. Could you try to change the orders independently?
</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>