Re: Problem accessing data structure

2004-06-29 Thread Coders
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

Re[2]: Problem accessing data structure

2004-06-29 Thread Arne Brutschy
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

Re: Problem accessing data structure

2004-06-28 Thread Coders
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

Problem accessing data structure

2004-06-27 Thread Arne Brutschy
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