Improved callback logic. Simplified lwip driver.
This commit is contained in:
@@ -33,6 +33,10 @@
|
||||
#ifndef LIBZT_SERVICE_CONTROLS_HPP
|
||||
#define LIBZT_SERVICE_CONTROLS_HPP
|
||||
|
||||
#include "Constants.hpp"
|
||||
|
||||
namespace ZeroTier {
|
||||
|
||||
#ifdef _WIN32
|
||||
#ifdef ADD_EXPORTS
|
||||
#define ZT_SOCKET_API __declspec(dllexport)
|
||||
@@ -45,8 +49,6 @@
|
||||
#define ZTCALL
|
||||
#endif
|
||||
|
||||
void api_sleep(int interval_ms);
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
// ZeroTier Service Controls //
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
@@ -386,4 +388,6 @@ void _hibernate_if_needed();
|
||||
}
|
||||
#endif
|
||||
|
||||
} // namespace ZeroTier
|
||||
|
||||
#endif // _H
|
||||
Reference in New Issue
Block a user