From: ts Date: 2002-01-11T22:05:16+09:00 Subject: Re: Question: How to wrap pipes to struct in c-extensions >>>>> "V" == Ville Mattila writes: V> struct _foo { V> char *blah; V> pipe_t my_pipe; V> int bar; V> ... V> } V> I'm wrapping this with rb_struct_new. Well, you really want to have a Struct object ? You don't prefer to have a Data object ? Guy Decoux