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 /selftest.cpp | |
parent | cfe166ef359c0d92b1521e6c127e2b92238c0731 (diff) | |
download | infinitytier-7295fcfa86aafdca76ac0210ca59ad9a70a2d67a.tar.gz infinitytier-7295fcfa86aafdca76ac0210ca59ad9a70a2d67a.zip |
Merge Phy<> from netcon.
Diffstat (limited to 'selftest.cpp')
-rw-r--r-- | selftest.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/selftest.cpp b/selftest.cpp index 9c357dc4..fa5eec0f 100644 --- a/selftest.cpp +++ b/selftest.cpp @@ -837,9 +837,7 @@ 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) {} + inline void phyOnFileDescriptorActivity(PhySocket *sock,void **uptr,bool readable,bool writable) {} #endif // __UNIX_LIKE__ }; static int testPhy() |