Re: Changing from module arrays to module structure

2007-01-01 Thread Dominik Vogt
On Sat, Dec 30, 2006 at 02:47:37PM +, seventh guardian wrote: On 12/30/06, Dominik Vogt [EMAIL PROTECTED] wrote: On Sat, Dec 30, 2006 at 03:01:22PM +0100, Dominik Vogt wrote: On Sat, Dec 30, 2006 at 12:57:20PM +0100, Dominik Vogt wrote: On Sat, Dec 30, 2006 at 02:13:29AM +, seventh

Re: Changing from module arrays to module structure

2007-01-01 Thread seventh guardian
On 1/1/07, Dominik Vogt [EMAIL PROTECTED] wrote: On Sat, Dec 30, 2006 at 02:47:37PM +, seventh guardian wrote: On 12/30/06, Dominik Vogt [EMAIL PROTECTED] wrote: On Sat, Dec 30, 2006 at 03:01:22PM +0100, Dominik Vogt wrote: On Sat, Dec 30, 2006 at 12:57:20PM +0100, Dominik Vogt wrote:

Re: Changing from module arrays to module structure

2006-12-30 Thread Dominik Vogt
On Sat, Dec 30, 2006 at 01:44:40AM +, seventh guardian wrote: On 12/30/06, seventh guardian [EMAIL PROTECTED] wrote: On 12/29/06, seventh guardian [EMAIL PROTECTED] wrote: [snip] So now comes the coding part. I'll avoid going directly to the big beast, module_interface.c. Instead,

Re: Changing from module arrays to module structure

2006-12-30 Thread Dominik Vogt
On Sat, Dec 30, 2006 at 12:57:20PM +0100, Dominik Vogt wrote: On Sat, Dec 30, 2006 at 02:13:29AM +, seventh guardian wrote: [snip] Ok, here goes the patch module_interface.c. The first goal of having a functional system is hopefully done. I'm going to create a branch in cvs where we

Re: Changing from module arrays to module structure

2006-12-30 Thread Dominik Vogt
On Sat, Dec 30, 2006 at 03:01:22PM +0100, Dominik Vogt wrote: On Sat, Dec 30, 2006 at 12:57:20PM +0100, Dominik Vogt wrote: On Sat, Dec 30, 2006 at 02:13:29AM +, seventh guardian wrote: [snip] Ok, here goes the patch module_interface.c. The first goal of having a functional system

Re: Changing from module arrays to module structure

2006-12-30 Thread seventh guardian
On 12/30/06, Dominik Vogt [EMAIL PROTECTED] wrote: On Sat, Dec 30, 2006 at 03:01:22PM +0100, Dominik Vogt wrote: On Sat, Dec 30, 2006 at 12:57:20PM +0100, Dominik Vogt wrote: On Sat, Dec 30, 2006 at 02:13:29AM +, seventh guardian wrote: [snip] Ok, here goes the patch

Re: Changing from module arrays to module structure

2006-12-30 Thread Dominik Vogt
On Sat, Dec 30, 2006 at 02:37:15PM +, seventh guardian wrote: On 12/30/06, Dominik Vogt [EMAIL PROTECTED] wrote: On Sat, Dec 30, 2006 at 03:01:22PM +0100, Dominik Vogt wrote: On Sat, Dec 30, 2006 at 12:57:20PM +0100, Dominik Vogt wrote: On Sat, Dec 30, 2006 at 02:13:29AM +, seventh

Re: Changing from module arrays to module structure

2006-12-30 Thread Dominik Vogt
On Sat, Dec 30, 2006 at 04:12:16PM +0100, Dominik Vogt wrote: On Sat, Dec 30, 2006 at 02:37:15PM +, seventh guardian wrote: On 12/30/06, Dominik Vogt [EMAIL PROTECTED] wrote: On Sat, Dec 30, 2006 at 03:01:22PM +0100, Dominik Vogt wrote: On Sat, Dec 30, 2006 at 12:57:20PM +0100, Dominik

Re: Changing from module arrays to module structure

2006-12-29 Thread seventh guardian
On 12/30/06, seventh guardian [EMAIL PROTECTED] wrote: On 12/29/06, seventh guardian [EMAIL PROTECTED] wrote: On 12/29/06, seventh guardian [EMAIL PROTECTED] wrote: On 12/29/06, seventh guardian [EMAIL PROTECTED] wrote: On 12/29/06, Dominik Vogt [EMAIL PROTECTED] wrote: On Fri, Dec 29,

Re: Changing from module arrays to module structure

2006-12-29 Thread Viktor Griph
On Fri, 29 Dec 2006, seventh guardian wrote: On 12/29/06, Dominik Vogt [EMAIL PROTECTED] wrote: On Fri, Dec 29, 2006 at 09:43:23PM +, seventh guardian wrote: On 12/29/06, Dominik Vogt [EMAIL PROTECTED] wrote: On Fri, Dec 29, 2006 at 02:42:16PM +, seventh guardian wrote: OOPS it's

Changing from module arrays to module structure

2006-12-28 Thread seventh guardian
Hello Following Dan Espen's comment on module_interface.h: * There really should be a module structure. Ie. the readPipes, * writePipes, pipeName, arrays should be members of a structure. * Probably a linklist of structures. Note that if the OS number of file * descriptors gets

Re: Changing from module arrays to module structure

2006-12-28 Thread Dan Espen
seventh guardian [EMAIL PROTECTED] writes: Hello Following Dan Espen's comment on module_interface.h: * There really should be a module structure. Ie. the readPipes, * writePipes, pipeName, arrays should be members of a structure. * Probably a linklist of structures. Note