Date: Thu, 5 Aug 2010 17:56:41 +0000 (UTC) From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sbin/hastd proto.c proto_impl.h proto_socketpair.c proto_tcp4.c proto_uds.c Message-ID: <201008051756.o75Huq4V028933@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pjd 2010-08-05 17:56:41 UTC FreeBSD src repository Modified files: sbin/hastd proto.c proto_impl.h proto_socketpair.c proto_tcp4.c proto_uds.c Log: SVN rev 210869 on 2010-08-05 17:56:41Z by pjd Add an argument to the proto_register() function which allows protocol to declare it is the default and be placed at the end of the queue so it is checked last. MFC after: 1 month Revision Changes Path 1.3 +11 -4 src/sbin/hastd/proto.c 1.2 +2 -2 src/sbin/hastd/proto_impl.h 1.3 +1 -1 src/sbin/hastd/proto_socketpair.c 1.3 +1 -1 src/sbin/hastd/proto_tcp4.c 1.2 +1 -1 src/sbin/hastd/proto_uds.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008051756.o75Huq4V028933>