mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-20 05:13:58 -07:00
add isSocketAddressEmpty
This commit is contained in:
parent
809022b273
commit
40d5f9b5d2
2 changed files with 27 additions and 0 deletions
|
@ -160,4 +160,6 @@ jbyteArray newByteArray(JNIEnv *env, const unsigned char *bytes, size_t count);
|
|||
|
||||
jbyteArray newByteArray(JNIEnv *env, size_t count);
|
||||
|
||||
bool isSocketAddressEmpty(const sockaddr_storage addr);
|
||||
|
||||
#endif // ZT_jniutils_h_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue