[svn] commit: r3120 - in /branches/vorner-sockcreator: configure.ac doc/Doxyfile src/bin/Makefile.am src/bin/sockcreator/ src/bin/sockcreator/Makefile.am src/bin/sockcreator/sockcreator.h src/bin/sockcreator/tests/ src/bin/sockcreator/tests/Makefile.am

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Oct 5 14:55:55 UTC 2010


Author: vorner
Date: Tue Oct  5 14:55:54 2010
New Revision: 3120

Log:
Internal interface of socket creator

Added:
    branches/vorner-sockcreator/src/bin/sockcreator/
    branches/vorner-sockcreator/src/bin/sockcreator/Makefile.am
    branches/vorner-sockcreator/src/bin/sockcreator/sockcreator.h
    branches/vorner-sockcreator/src/bin/sockcreator/tests/
    branches/vorner-sockcreator/src/bin/sockcreator/tests/Makefile.am
Modified:
    branches/vorner-sockcreator/configure.ac
    branches/vorner-sockcreator/doc/Doxyfile
    branches/vorner-sockcreator/src/bin/Makefile.am

Modified: branches/vorner-sockcreator/configure.ac
==============================================================================
--- branches/vorner-sockcreator/configure.ac (original)
+++ branches/vorner-sockcreator/configure.ac Tue Oct  5 14:55:54 2010
@@ -466,6 +466,8 @@
                  src/bin/auth/tests/Makefile
                  src/bin/auth/tests/testdata/Makefile
                  src/bin/auth/benchmarks/Makefile
+                 src/bin/sockcreator/Makefile
+                 src/bin/sockcreator/tests/Makefile
                  src/bin/xfrin/Makefile
                  src/bin/xfrin/tests/Makefile
                  src/bin/xfrout/Makefile

Modified: branches/vorner-sockcreator/doc/Doxyfile
==============================================================================
--- branches/vorner-sockcreator/doc/Doxyfile (original)
+++ branches/vorner-sockcreator/doc/Doxyfile Tue Oct  5 14:55:54 2010
@@ -568,7 +568,9 @@
 # directories like "/usr/src/myproject". Separate the files or directories
 # with spaces.
 
-INPUT                  = ../src/lib/cc ../src/lib/config ../src/lib/dns ../src/lib/exceptions ../src/lib/datasrc ../src/bin/auth ../src/lib/bench
+INPUT                  = ../src/lib/cc ../src/lib/config ../src/lib/dns \
+    ../src/lib/exceptions ../src/lib/datasrc ../src/bin/auth \
+    ../src/bin/sockcreator/ ../src/lib/bench
 
 # This tag can be used to specify the character encoding of the source files
 # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is

Modified: branches/vorner-sockcreator/src/bin/Makefile.am
==============================================================================
--- branches/vorner-sockcreator/src/bin/Makefile.am (original)
+++ branches/vorner-sockcreator/src/bin/Makefile.am Tue Oct  5 14:55:54 2010
@@ -1,4 +1,4 @@
 SUBDIRS = bind10 bindctl cfgmgr loadzone msgq host cmdctl auth xfrin xfrout \
-	usermgr zonemgr tests
+	usermgr zonemgr tests sockcreator
 
 check-recursive: all-recursive




More information about the bind10-changes mailing list