Ulrich Hobelmann wrote: >Could this be done by dynamic linkage? So the ELF-symbol mp_SendMsg >would be translated by the linker, or the in-kernel module loader to the >right function depending on context. As I understand it mp_SendMsg is a function pointer in the message port structure. It gets filled in when the port is created.