On Tue, 29 Jun 2004 13:31:19 +0200 Arne wrote:
AB> Sorry, thats not what I meant. I try to make my problem clear:
AB>
AB> - I'm reading my config on startup in a structure.
AB> - I'm including a pointer in the row context, so I can access the
AB>structure from the callbacks
AB> - When I'm i
Hi,
thanks for the fast answer!
[EMAIL PROTECTED] wrote:
RS> On Sun, 27 Jun 2004 15:20:49 +0200 Arne wrote:
AB>> I'm using the array-user template to implement a table.
AB>> Was the structure freed because
AB>> the original thread was killed after finished with startup?
RS> Use of threads in th
On Sun, 27 Jun 2004 15:20:49 +0200 Arne wrote:
AB> I'm using the array-user template to implement a table.
[snip]
AB> Was the structure freed because
AB> the original thread was killed after finished with startup?
Use of threads in the agent is unsupported.
Try and get it working as a single t
Hello,
I'm using the array-user template to implement a table. I tried to
start with a simple table of interfaces. In initTramosAgentPlugin
I do:
/* read the config from an xml file */
initConfig(&config, "tramos_config.xml", NULL);
/* here we initialize all the tables we're planning o