Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Apr 2002 09:35:10 -0700
From:      Maksim Yevmenkin <myevmenk@digisle.net>
To:        Roman Kurakin <rik@cronyx.ru>
Cc:        Julian Elischer <julian@elischer.org>, freebsd-net@FreeBSD.ORG
Subject:   Re: 5.Current Netgraph, Mutex
Message-ID:  <3CBDA43E.87D2E163@digisle.net>
References:  <Pine.BSF.4.21.0204160052120.90567-100000@InterJet.elischer.org> <3CBD32E3.1060808@cronyx.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
Roman Kurakin wrote:

> #if __FreeBSD_version >= 500000
>                 mtx_init (&d->queue.ifq_mtx, "cp_queue", MTX_DEF);
>                 mtx_init (&d->hi_queue.ifq_mtx, "cp_queue_hi", MTX_DEF);
> #endif

my guess would be that you forgot to call mtx_destroy() for
queue and hi_queue mutexes.

thanks,
max

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-net" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3CBDA43E.87D2E163>