intégration des logiciels tier comme NanoMQ ainsi que les fichiers json de score
This commit is contained in:
13
_software_lib/nanomq-0.22.10/include/nanomq/webhook_inproc.h
Normal file
13
_software_lib/nanomq-0.22.10/include/nanomq/webhook_inproc.h
Normal file
@ -0,0 +1,13 @@
|
||||
#ifndef WEBHOOK_INPROC_H
|
||||
#define WEBHOOK_INPROC_H
|
||||
|
||||
#include "nng/supplemental/nanolib/conf.h"
|
||||
#include "nng/nng.h"
|
||||
|
||||
#define HOOK_IPC_URL "ipc:///tmp/nanomq_hook.ipc"
|
||||
#define EXTERNAL2NANO_IPC "EX2NANO"
|
||||
|
||||
extern int start_hook_service(conf *conf);
|
||||
extern int stop_hook_service(void);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user