#include #include #include #include /* Non standard include */ #include #include #include int init_thread_comm(struct thread_comm *comm) { return 0; } int end_thread_comm(void) { return 0; } void reception(void (*on_receive)(void *)) { wait_initialization(); /* Not needed but here for equity with others techniques */ /* printf("Activate the consumer...\n"); */ while (cont); }