On 2011-08-01 08:33, Sergey Kandaurov wrote:
> On 1 August 2011 03:09, Olli Hauer wrote:
>> Hi,
>>
>> I just tried to build VMware modules for FreeBSD9-BETA1 and noticed
>> the ifnet Member Function
>>
>> void (*if_watchdog)(struct ifnet *ifp)
>>
>> was removed from net/if_var.h.
>>
>> Is there a
On 1 August 2011 03:09, Olli Hauer wrote:
> Hi,
>
> I just tried to build VMware modules for FreeBSD9-BETA1 and noticed
> the ifnet Member Function
>
> void (*if_watchdog)(struct ifnet *ifp)
>
> was removed from net/if_var.h.
>
> Is there a suggested replacement?
Per-ifnet watchdogs were transfo
Hi,
I just tried to build VMware modules for FreeBSD9-BETA1 and noticed
the ifnet Member Function
void (*if_watchdog)(struct ifnet *ifp)
was removed from net/if_var.h.
Is there a suggested replacement?
PS:
The man page for ifnet(9) does not reflect the remove of this
(now missing) Member Fun