version 1.1.2.7, 2011/11/24 13:57:11
|
version 1.1.2.8, 2011/11/24 15:14:08
|
Line 84 mqttLoadRTLM(sl_config *cfg, int modtype)
|
Line 84 mqttLoadRTLM(sl_config *cfg, int modtype)
|
call.OpenPUB = mqttOpenRTLM; |
call.OpenPUB = mqttOpenRTLM; |
call.ClosePUB = mqttCloseRTLM; |
call.ClosePUB = mqttCloseRTLM; |
call.InitSessPUB = dlsym(rtlm, "mqtt_rtlm_init_session"); |
call.InitSessPUB = dlsym(rtlm, "mqtt_rtlm_init_session"); |
|
call.FiniSessPUB = dlsym(rtlm, "mqtt_rtlm_fini_session"); |
break; |
break; |
default: |
default: |
log_rtlm = rtlm; |
log_rtlm = rtlm; |