mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-21 05:43:59 -07:00
BackgroundResolver test.
This commit is contained in:
parent
2ad69237cf
commit
61021fc778
2 changed files with 20 additions and 1 deletions
|
@ -79,7 +79,7 @@ public:
|
|||
* @param callback Callback function to receive notification or NULL if none
|
||||
* @praam arg Second argument to callback function
|
||||
*/
|
||||
void resolveNow(void (*callback)(BackgroundResolver *,void *),void *arg);
|
||||
void resolveNow(void (*callback)(BackgroundResolver *,void *) = 0,void *arg = 0);
|
||||
|
||||
/**
|
||||
* Abort (abandon) any current resolve jobs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue