diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-09-10 13:18:57 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-09-10 13:18:57 -0700 |
| commit | 9a723be263d9307b2bf9d2efca3db9e8c12e6a92 (patch) | |
| tree | f698547d90ecae2aff059f8d617a123ae47ef747 /service | |
| parent | 4fbcad246850d7bf00289b898f4a26065276d6e2 (diff) | |
| download | infinitytier-9a723be263d9307b2bf9d2efca3db9e8c12e6a92.tar.gz infinitytier-9a723be263d9307b2bf9d2efca3db9e8c12e6a92.zip | |
Add socketpair support to Phy.
Diffstat (limited to 'service')
| -rw-r--r-- | service/OneService.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/service/OneService.cpp b/service/OneService.cpp index f7ea2130..8085c9b4 100644 --- a/service/OneService.cpp +++ b/service/OneService.cpp @@ -928,6 +928,9 @@ 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 int nodeVirtualNetworkConfigFunction(uint64_t nwid,enum ZT1_VirtualNetworkConfigOperation op,const ZT1_VirtualNetworkConfig *nwc) { |
