
8 Mar
2009
8 Mar
'09
1:54 p.m.
On Sun, Mar 8, 2009 at 12:47 PM, Magnus Jonsson
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