mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-24 04:04:31 +00:00
First commit of MeshAgent for MeshCentral
This commit is contained in:
11
microstack/ILibIPAddressMonitor.h
Normal file
11
microstack/ILibIPAddressMonitor.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef __ILIBIPADDRESSMONITOR__
|
||||
#define __ILIBIPADDRESSMONITOR__
|
||||
|
||||
typedef void* ILibIPAddressMonitor;
|
||||
typedef void(*ILibIPAddressMonitor_Handler)(ILibIPAddressMonitor sender, void *user);
|
||||
|
||||
|
||||
extern int ILibMemory_IPAddressMonitor_CONTAINER_SIZE;
|
||||
ILibIPAddressMonitor ILibIPAddressMonitor_Create(void *chain, ILibIPAddressMonitor_Handler handler, void *user);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user