intégration des logiciels tier comme NanoMQ ainsi que les fichiers json de score
This commit is contained in:
12
_software_lib/nanomq-0.22.10/include/nanomq/acl_handler.h
Normal file
12
_software_lib/nanomq-0.22.10/include/nanomq/acl_handler.h
Normal file
@ -0,0 +1,12 @@
|
||||
#ifndef NANOMQ_ACL_HANDLER_H
|
||||
#define NANOMQ_ACL_HANDLER_H
|
||||
|
||||
#include "nng/nng.h"
|
||||
#include "nng/supplemental/nanolib/conf.h"
|
||||
#include "nng/supplemental/nanolib/acl_conf.h"
|
||||
|
||||
#ifdef ACL_SUPP
|
||||
extern bool auth_acl(
|
||||
conf *config, acl_action_type type, conn_param *param, const char *topic);
|
||||
#endif
|
||||
#endif
|
Reference in New Issue
Block a user