diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-09-22 15:11:32 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-09-22 15:11:32 -0700 |
commit | 6ce64c2557c8eba17c4a27f7c74ce4869070325c (patch) | |
tree | cec846f9e3cc46405ef4adfd03fb63582201f8e3 /service | |
parent | 3ed5edb29529d97090cea7f6566feebe11825071 (diff) | |
download | infinitytier-6ce64c2557c8eba17c4a27f7c74ce4869070325c.tar.gz infinitytier-6ce64c2557c8eba17c4a27f7c74ce4869070325c.zip |
Phy<> loses socketpair, gains raw FD monitoring.
Diffstat (limited to 'service')
-rw-r--r-- | service/OneService.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/service/OneService.cpp b/service/OneService.cpp index 4fdc60f5..b4c545b2 100644 --- a/service/OneService.cpp +++ b/service/OneService.cpp @@ -939,13 +939,11 @@ public: } } + inline void phyOnFileDescriptorActivity(PhySocket *sock,void **uptr,bool readable,bool writable) {} inline void phyOnUnixAccept(PhySocket *sockL,PhySocket *sockN,void **uptrL,void **uptrN) {} inline void phyOnUnixClose(PhySocket *sock,void **uptr) {} inline void phyOnUnixData(PhySocket *sock,void **uptr,void *data,unsigned long len) {} inline void phyOnUnixWritable(PhySocket *sock,void **uptr) {} - inline void phyOnSocketPairEndpointClose(PhySocket *sock,void **uptr) {} - inline void phyOnSocketPairEndpointData(PhySocket *sock,void **uptr,void *data,unsigned long len) {} - inline void phyOnSocketPairEndpointWritable(PhySocket *sock,void **uptr) {} inline int nodeVirtualNetworkConfigFunction(uint64_t nwid,enum ZT1_VirtualNetworkConfigOperation op,const ZT1_VirtualNetworkConfig *nwc) { |