mqtt_subproperty

This commit is contained in:
Feng Lee 2016-08-10 21:38:00 +08:00
parent b98c147d81
commit c67a30bf7b
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ pubsub_pool() ->
init([Env]) ->
%% Create ETS Tables
[create_tab(Tab) || Tab <- [mqtt_subpropery, mqtt_subscriber, mqtt_subscription]],
[create_tab(Tab) || Tab <- [mqtt_subproperty, mqtt_subscriber, mqtt_subscription]],
%% PubSub Pool
PubSubMFA = {emqttd_pubsub, start_link, [Env]},