workaround for Solaris compiler bug
This commit is contained in:
@@ -70,3 +70,8 @@ const char *tcpRecvWatchdog::name () const
|
||||
{
|
||||
return "TCP Receive Watchdog";
|
||||
}
|
||||
|
||||
void tcpRecvWatchdog::rescheduleRecvTimer ()
|
||||
{
|
||||
this->reschedule ();
|
||||
}
|
||||
Reference in New Issue
Block a user