ifdef fix for service API exposed to SDK

This commit is contained in:
Joseph Henry
2016-08-11 12:14:04 -07:00
parent e1fb64bc6f
commit e3b04fc867
2 changed files with 14 additions and 0 deletions

View File

@@ -973,6 +973,11 @@ public:
return _taps;
}
virtual Node * getNode()
{
return _node;
}
// Begin private implementation methods
inline void phyOnDatagram(PhySocket *sock,void **uptr,const struct sockaddr *localAddr,const struct sockaddr *from,void *data,unsigned long len)