summaryrefslogtreecommitdiff
path: root/service
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-09-10 13:20:00 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-09-10 13:20:00 -0700
commit389ea272a085ac6ddd0ebb24a2bb9b6fd544cfba (patch)
tree0bcd640013032a9f6dcf629858578d3e0d2c05d2 /service
parent3802d37d2905a47d23da49237e24cbe7904d9f50 (diff)
parent9a723be263d9307b2bf9d2efca3db9e8c12e6a92 (diff)
downloadinfinitytier-389ea272a085ac6ddd0ebb24a2bb9b6fd544cfba.tar.gz
infinitytier-389ea272a085ac6ddd0ebb24a2bb9b6fd544cfba.zip
Merge adamierymenko-dev
Diffstat (limited to 'service')
-rw-r--r--service/OneService.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/service/OneService.cpp b/service/OneService.cpp
index 2cbbbcd7..4e9fb8e7 100644
--- a/service/OneService.cpp
+++ b/service/OneService.cpp
@@ -943,6 +943,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)
{