Tracking de l'application VNode (moteur du jeu, services, broker.. etc
This commit is contained in:
@@ -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