cvs commit: src/sys/netgraph netgraph.h ng_message.h

Hartmut Brandt harti at FreeBSD.org
Wed Nov 12 01:10:12 PST 2003


harti       2003/11/12 01:10:11 PST

  FreeBSD src repository

  Modified files:
    sys/netgraph         netgraph.h ng_message.h 
  Log:
  Double length of node names, hook names, command strings and types. Add
  defines for these constants that include the trailing NUL byte. These
  new constants have SIZ in their name instead of LEN. As soon as all
  consumers in the tree are converted to use the new defines the old
  defines will be put under BURN_BRIDGES.
  
  Reviewed by:    archie, julian, ru
  Approved by:    re (in principle)
  
  Revision  Changes    Path
  1.37      +1 -1      src/sys/netgraph/netgraph.h
  1.20      +15 -5     src/sys/netgraph/ng_message.h


More information about the cvs-src mailing list