Solution: Initialize by copying a predefined initialization
structure over the function table area, as follows: static CNI_VFT virtualFunctionTable = {CNI_VFT_DEFAULT};
In
addition, implement logging from your user-defined node so that you can see
if the plug-in API is producing error codes; the broker does not log these
to its own log, unless you take a service trace.