Gil Costa - 2014-04-21

The simple solution is to rename the connect function.
At PluginManager.cpp, line 56:
registerFunction = reinterpret_cast<fnRegisterPlugin*>(lib->getSymbol("connectToPlumaHost"));

And on the plugins connectors:
PLUMA_CONNECTOR bool connectToPlumaHost(pluma::Host& host){ ... }