acl_mod behaviour

This commit is contained in:
Feng Lee 2015-04-17 01:08:32 +08:00
parent 4bda2c5a43
commit 7956b6d309
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
-export([all_rules/0]). -export([all_rules/0]).
-behaviour(emqttd_acl). -behaviour(emqttd_acl_mod).
%% ACL callbacks %% ACL callbacks
-export([init/1, check_acl/2, reload_acl/1, description/0]). -export([init/1, check_acl/2, reload_acl/1, description/0]).