Merge pull request #228 from zerotier/brenton/fix-typos
Brenton/fix typos
This commit is contained in:
@@ -28,7 +28,7 @@
|
|||||||
|
|
||||||
/* Macro substitutions to standardize state checking of service, node, callbacks, and TCP/IP
|
/* Macro substitutions to standardize state checking of service, node, callbacks, and TCP/IP
|
||||||
* stack. These are used only for control functions that are called at a low frequency. All higher
|
* stack. These are used only for control functions that are called at a low frequency. All higher
|
||||||
* frequency socket calls use a unguarded state flags */
|
* frequency socket calls use unguarded state flags */
|
||||||
|
|
||||||
// Lock service and check that it is running
|
// Lock service and check that it is running
|
||||||
#define ACQUIRE_SERVICE(x) \
|
#define ACQUIRE_SERVICE(x) \
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ package com.zerotier.sockets;
|
|||||||
*/
|
*/
|
||||||
public interface ZeroTierEventListener {
|
public interface ZeroTierEventListener {
|
||||||
/*
|
/*
|
||||||
* Called when an even occurs within ZeroTier
|
* Called when an event occurs within ZeroTier
|
||||||
*/
|
*/
|
||||||
public void onZeroTierEvent(long id, int eventCode);
|
public void onZeroTierEvent(long id, int eventCode);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user