cvs commit: src/sys/net route.c route.h rtsock.c

Sam Leffler sam at FreeBSD.org
Fri Oct 3 11:15:59 PDT 2003


sam         2003/10/03 11:15:54 PDT

  FreeBSD src repository

  Modified files:
    sys/net              route.c route.h rtsock.c 
  Log:
  cleanups prior to adding locking (and in some cases to eliminate locking):
  
  o move route_cb to be private to rtsock.c
  o replace global static route_proto by locals
  o eliminate global #define shorthands for info references
  o remove some register decls
  o ansi-fy function decls
  o move items to be close in scope to their usage
  o add rt_dispatch function for dispatching the actual message
  o cleanup tangled logic for doing all-but-me msg send
  
  Support by:     FreeBSD Foundation
  
  Revision  Changes    Path
  1.82      +0 -1      src/sys/net/route.c
  1.49      +0 -8      src/sys/net/route.h
  1.90      +170 -169  src/sys/net/rtsock.c


More information about the cvs-src mailing list