diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-01-09 15:55:07 -0800 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-01-09 15:55:07 -0800 |
| commit | d5528e4e9a35d7f1c88a373b99c7b31a03eccd5a (patch) | |
| tree | be0f8ef8e494f88329e411edf2e832b4748abdda /node/Node.hpp | |
| parent | dbd577c6b0a6d984452d04415733c275ba6577a4 (diff) | |
| download | infinitytier-d5528e4e9a35d7f1c88a373b99c7b31a03eccd5a.tar.gz infinitytier-d5528e4e9a35d7f1c88a373b99c7b31a03eccd5a.zip | |
Wire up VERB_USER_MESSAGE in core.
Diffstat (limited to 'node/Node.hpp')
| -rw-r--r-- | node/Node.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/node/Node.hpp b/node/Node.hpp index eb46527d..64c9fcb4 100644 --- a/node/Node.hpp +++ b/node/Node.hpp @@ -98,6 +98,7 @@ public: void freeQueryResult(void *qr); int addLocalInterfaceAddress(const struct sockaddr_storage *addr); void clearLocalInterfaceAddresses(); + int sendUserMessage(uint64_t dest,uint64_t typeId,const void *data,unsigned int len); 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 *)); |
