diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-10-27 12:50:23 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-10-27 12:50:23 -0700 |
| commit | 7295fcfa86aafdca76ac0210ca59ad9a70a2d67a (patch) | |
| tree | 96c80566f21657786170dfa06b9eecd11ebaf43e /service | |
| parent | cfe166ef359c0d92b1521e6c127e2b92238c0731 (diff) | |
| download | infinitytier-7295fcfa86aafdca76ac0210ca59ad9a70a2d67a.tar.gz infinitytier-7295fcfa86aafdca76ac0210ca59ad9a70a2d67a.zip | |
Merge Phy<> from netcon.
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 7a473b67..1765b5c4 100644 --- a/service/OneService.cpp +++ b/service/OneService.cpp @@ -1085,9 +1085,7 @@ public: 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 void phyOnFileDescriptorActivity(PhySocket *sock,void **uptr,bool readable,bool writable) {} inline int nodeVirtualNetworkConfigFunction(uint64_t nwid,enum ZT_VirtualNetworkConfigOperation op,const ZT_VirtualNetworkConfig *nwc) { |
