It's correct, because casting &my_io->io to struct my_io gives you the address of &my_io in the example
Oh, The first element of the struct has adress of the struct due to zero offset. How can I forgot this? Sorry for disturbing :) --- //Kandalintsev Alexandre _______________________________________________ libev mailing list [email protected] http://lists.schmorp.de/cgi-bin/mailman/listinfo/libev
