Ask Your Question

Revision history [back]

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)