cvs commit: src/sys/sys socketvar.h

Robert Watson rwatson at FreeBSD.org
Wed Mar 15 12:30:08 UTC 2006


rwatson     2006-03-15 12:30:06 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              socketvar.h 
  Log:
  Add SS_PROTOREF socket flag, which represents a strong reference by the
  protocol to the socket.  Normally protocol references are weak: that is,
  the socket layer can tear down the socket (and hence protocol state)
  when it finds convenient.  This flag will allow the protocol to
  explicitly declare to the socket layer that it is maintaining a
  strong reference, rather than the current implicit model associated
  with so_pcb pointer values and repeated attempts to possibly free the
  socket.
  
  Revision  Changes    Path
  1.145     +1 -0      src/sys/sys/socketvar.h


More information about the cvs-src mailing list