Return to dl.c CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / mqtt / src |
version 1.1.2.6, 2011/11/24 01:13:27 | version 1.1.2.7, 2011/11/24 13:57:11 |
---|---|
Line 83 mqttLoadRTLM(sl_config *cfg, int modtype) | Line 83 mqttLoadRTLM(sl_config *cfg, int modtype) |
pub_rtlm = rtlm; | pub_rtlm = rtlm; |
call.OpenPUB = mqttOpenRTLM; | call.OpenPUB = mqttOpenRTLM; |
call.ClosePUB = mqttCloseRTLM; | call.ClosePUB = mqttCloseRTLM; |
call.InitSessPUB = dlsym(rtlm, "mqtt_rtlm_init_session"); | |
break; | break; |
default: | default: |
log_rtlm = rtlm; | log_rtlm = rtlm; |