First time here? Check out the FAQ!
answered 2018-12-21 22:59:24 +0000
It has turned out that a wrong protocol registration was used.
void proto_register_MYPROTO()
was used instead of the right version:
void proto_register_MYPROTO(void)
void