Re: shutdown node VS disconnect all hooks

From: Roman Kurakin (rik_at_cronyx.ru)
Date: 05/28/04

  • Next message: Gleb Smirnoff: "Re: shutdown node VS disconnect all hooks"
    Date: Fri, 28 May 2004 18:31:18 +0400
    To: Gleb Smirnoff <glebius@cell.sick.ru>
    
    

    Gleb Smirnoff wrote:

    >On Fri, May 28, 2004 at 05:50:21PM +0400, Roman Kurakin wrote:
    >R> >Here is the first one - convert all ng_type initializers to C99 sparse
    >R> >type.
    >R> >
    >R> Hey guys, it seems all of you forgot about device nodes :-)
    >
    >Which ones? Just point me and I'll send diffs. My fingers can already convert
    >ng_type initializers to c99 without interaction with brain :)
    >
    >
    /cronyx/CVSUP/FreeBSD-5x/src/sys > grep -R "\bng_type\b" * | grep -v
    "^netgraph"
     | grep -v "ctau" | grep -v "cp" | grep -v "cx"
    dev/ar/if_ar.c:static struct ng_type typestruct = {
    dev/musycc/musycc.c:static struct ng_type ngtypestruct = {
    dev/sr/if_sr.c:static struct ng_type typestruct = {
    dev/usb/udbp.c:Static struct ng_type ng_udbp_typestruct = {
    i4b/driver/i4b_ing.c:static struct ng_type typestruct = {
    pci/if_mn.c:static struct ng_type mntypestruct = {

    rik

    _______________________________________________
    freebsd-net@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-net
    To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"


  • Next message: Gleb Smirnoff: "Re: shutdown node VS disconnect all hooks"

    Relevant Pages

    • Re: Packing netgraph structs
      ... >>which will be a lib for you? ... > Because I want to minimise the size of the foreign bindings - this ... > everyone doing Netgraph userland hacking in C at the moment? ... Speaking of "struct ng_mesg", if you pack it, it will essentially ...
      (freebsd-net)
    • Re: g.ResetTransform() != g.Transform.Reset() ?
      ... Actually, Matrix is a class, but it should be a struct. ... class, and is slow as a snail, we created a fast FMatrix struct for the ... that doesn't say much:) I think my fingers ran off on me there ...
      (microsoft.public.dotnet.framework.drawing)