dev-serveez
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [dev-serveez] changes (informational)


From: Martin Grabmueller
Subject: Re: [dev-serveez] changes (informational)
Date: Thu, 15 Mar 2001 18:11:59 +0100

> From: "Raimi 'Raimi' Jacob" <address@hidden>
> Date: Thu, 15 Mar 2001 12:41:33 +0100 (CET)
> 
> On Thu, 15 Mar 2001, Martin Grabmueller wrote:
> 
> > >   typedef union portcfg {
> > >   int type;
> > >   char *name;
> > >   struct tcp_t {
> > >    int port;
> > >    <something> localaddr;
> > >    } tcp;
> > >   struct pipe_t {
> > >    char *in;
> > >    char *out;
> > >    } pipe;
> > >   }
> > I suppose you mean something like this?
> [complicated code snipped]
> 
> no, i mean exactly the above. does compile in a testfile...

Yes, it compiles. But have you tried to run it?  The members `type',
`port' and `in' or overlaid, for example, so do `name', `localaddr'
and `out'.

Regards,
  'mgrabmue



reply via email to

[Prev in Thread] Current Thread [Next in Thread]