diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-03-31 11:52:10 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-03-31 11:52:10 -0700 |
commit | fe94c9460b49ecbbc2064121c4d59b7a468cc5ce (patch) | |
tree | 9423567d81cce671b8f28ce1d8b6b6b3f30bf165 /include | |
parent | fe87c1db673b6eee904f90b8e15d2a26c134ac50 (diff) | |
download | infinitytier-fe94c9460b49ecbbc2064121c4d59b7a468cc5ce.tar.gz infinitytier-fe94c9460b49ecbbc2064121c4d59b7a468cc5ce.zip |
Phy is a better name than Wire, and other cleanup.
Diffstat (limited to 'include')
-rw-r--r-- | include/ZeroTierOne.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ZeroTierOne.h b/include/ZeroTierOne.h index 1707174a..670cf56d 100644 --- a/include/ZeroTierOne.h +++ b/include/ZeroTierOne.h @@ -338,14 +338,14 @@ typedef void (*ZT1_StatusCallback)(enum ZT1_StatusCode,const char *,const void * * * @param node Result parameter: pointer to set to new node instance * @param homePath ZeroTier home path for storing state information - * @param lanConfigUpdateCallback Function to be called when virtual LANs are created, deleted, or their config parameters change + * @param portConfigCallback Function to be called when virtual LANs are created, deleted, or their config parameters change * @param statusCallback Function to receive status updates and non-fatal error notices * @return OK (0) or error code if a fatal error condition has occurred */ enum ZT1_ReturnValue ZT1_Node_new( ZT1_Node **node, const char *homePath, - ZT1_VirtualLanConfigCallback *lanConfigUpdateCallback, + ZT1_VirtualPortConfigCallback *portConfigCallback, ZT1_StatusCallback *statusCallback); /** |