summaryrefslogtreecommitdiff
path: root/selftest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'selftest.cpp')
-rw-r--r--selftest.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/selftest.cpp b/selftest.cpp
index 5e3b620b..a664ca8e 100644
--- a/selftest.cpp
+++ b/selftest.cpp
@@ -826,6 +826,9 @@ struct TestPhyHandlers
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) {}
#endif // __UNIX_LIKE__
};
static int testPhy()