On Sun, Mar 8, 2009 at 12:47 PM, Magnus Jonsson <jmagn...@gmail.com> wrote:
> In C, if you don't typedef the struct, the name of the struct is
> "struct my_iovec_2", not "my_iovec_2". I don't know much about the
> haskell FFI, but maybe this is the problem?
>
> (by the way, why does "reply" default to replying to the sender, not
> the mailing list?)
>

Ah!

It seems that adding:

#c
typedef struct my_iovec_2 my_iovec_3;
#endc

gives me something I can work with.

Thanks.

Antoine
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to