Hello I see that the interface of copperplate_init has been changed from:
void copperplate_init(int argc, char *const argv[]); to void copperplate_init(int *argcp, char *const **argvp); This is disturbing if I have an application that needs to be run on the 2 versions of xenomai. Is there any construction (for example a define) I can use in my code to call this function in a correct way? Ronny. _______________________________________________ Xenomai mailing list [email protected] http://www.xenomai.org/mailman/listinfo/xenomai
