Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Mar 2011 16:21:11 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sbin/hastd Makefile hast.h proto.c proto_impl.h proto_socketpair.c proto_tcp4.c proto_uds.c
Message-ID:  <201103221621.p2MGLTdr076954@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pjd         2011-03-22 16:21:11 UTC

  FreeBSD src repository

  Modified files:
    sbin/hastd           Makefile hast.h proto.c proto_impl.h 
                         proto_socketpair.c proto_tcp4.c 
                         proto_uds.c 
  Log:
  SVN rev 219873 on 2011-03-22 16:21:11Z by pjd
  
  The proto API is a general purpose API, so don't use 'hast' in structures or
  function names. It can now be used outside of HAST.
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.10      +1 -0      src/sbin/hastd/Makefile
  1.14      +0 -1      src/sbin/hastd/hast.h
  1.13      +47 -47    src/sbin/hastd/proto.c
  1.8       +30 -30    src/sbin/hastd/proto_impl.h
  1.9       +7 -8      src/sbin/hastd/proto_socketpair.c
  1.16      +21 -18    src/sbin/hastd/proto_tcp4.c
  1.13      +14 -14    src/sbin/hastd/proto_uds.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103221621.p2MGLTdr076954>