Wire through upstream stuff and add setRole().
This commit is contained in:
parent
6e1da35c12
commit
673c0c811e
3 changed files with 25 additions and 1 deletions
|
@ -105,6 +105,7 @@ public:
|
|||
void freeQueryResult(void *qr);
|
||||
int addLocalInterfaceAddress(const struct sockaddr_storage *addr);
|
||||
void clearLocalInterfaceAddresses();
|
||||
void setRole(uint64_t ztAddress,ZT_PeerRole role);
|
||||
void setNetconfMaster(void *networkControllerInstance);
|
||||
ZT_ResultCode circuitTestBegin(ZT_CircuitTest *test,void (*reportCallback)(ZT_Node *,ZT_CircuitTest *,const ZT_CircuitTestReport *));
|
||||
void circuitTestEnd(ZT_CircuitTest *test);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue