cvs commit: src/sys/sys socketvar.h

Robert Watson rwatson at FreeBSD.org
Tue Jun 15 06:43:12 PDT 2004


rwatson     2004-06-15 13:43:11 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              socketvar.h 
  Log:
  Fill in locking annotation for additional socket fields:
  
  so_timeo        Used as a sleep/wakeup address, no locking.
  sb_*            Almost all socket buffer fields locked with
                  sockbuf lock for the oskcet buffer.
  so_cred         Static after socket creation.
  
  Revision  Changes    Path
  1.124     +14 -14    src/sys/sys/socketvar.h


More information about the cvs-src mailing list